Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testByteProcessorStopEarly (0.17 seconds)

  1. guava-tests/test/com/google/common/io/ByteStreamsTest.java

          out.write(buf, off, len);
          return true;
        }
    
        @Override
        public byte[] getResult() {
          return out.toByteArray();
        }
      }
    
      public void testByteProcessorStopEarly() throws IOException {
        byte[] array = newPreFilledByteArray(10000);
        assertEquals(
            (Integer) 42,
            ByteStreams.readBytes(
                new ByteArrayInputStream(array),
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 22K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/io/ByteStreamsTest.java

          out.write(buf, off, len);
          return true;
        }
    
        @Override
        public byte[] getResult() {
          return out.toByteArray();
        }
      }
    
      public void testByteProcessorStopEarly() throws IOException {
        byte[] array = newPreFilledByteArray(10000);
        assertEquals(
            (Integer) 42,
            ByteStreams.readBytes(
                new ByteArrayInputStream(array),
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 22K bytes
    - Click Count (0)
Back to Top