Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InMemoryPrintStream (0.06 sec)

  1. guava-testlib/src/com/google/common/testing/ArbitraryInstances.java

      // Internal implementations of some classes, with public default constructor that get() needs.
      private static final class Dummies {
    
        @Keep
        public static final class InMemoryPrintStream extends PrintStream {
          @Keep
          public InMemoryPrintStream() {
            super(new ByteArrayOutputStream());
          }
        }
    
        @Keep
        public static final class InMemoryPrintWriter extends PrintWriter {
          @Keep
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/testing/ArbitraryInstances.java

      // Internal implementations of some classes, with public default constructor that get() needs.
      private static final class Dummies {
    
        @Keep
        public static final class InMemoryPrintStream extends PrintStream {
          @Keep
          public InMemoryPrintStream() {
            super(new ByteArrayOutputStream());
          }
        }
    
        @Keep
        public static final class InMemoryPrintWriter extends PrintWriter {
          @Keep
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 20.9K bytes
    - Viewed (0)
Back to top