- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for processBytes (0.11 sec)
-
guava-tests/test/com/google/common/io/ByteSourceTester.java
source.read( new ByteProcessor<byte[]>() { final ByteArrayOutputStream out = new ByteArrayOutputStream(); @Override public boolean processBytes(byte[] buf, int off, int len) throws IOException { out.write(buf, off, len); return true; } @Override public byte[] getResult() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:22:54 UTC 2024 - 8.6K bytes - Viewed (0)