Searched refs:SmallBlockInputStream (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java67 private static final class SmallBlockInputStream extends FilterInputStream { class in class:CodedInputStreamTest
70 public SmallBlockInputStream(byte[] data, int blockSize) { method in class:CodedInputStreamTest.SmallBlockInputStream
74 public SmallBlockInputStream(InputStream in, int blockSize) { method in class:CodedInputStreamTest.SmallBlockInputStream
103 new SmallBlockInputStream(data, blockSize));
107 new SmallBlockInputStream(data, blockSize));
207 new SmallBlockInputStream(data, blockSize));
226 new SmallBlockInputStream(data, blockSize));
287 new SmallBlockInputStream(rawBytes, blockSize));
338 new SmallBlockInputStream(rawBytes, 3));
460 new SmallBlockInputStream(ne
[all...]
H A DMicroTest.java2166 new SmallBlockInputStream(rawBytes, 3));
2184 private static final class SmallBlockInputStream extends FilterInputStream { class in class:MicroTest
2187 public SmallBlockInputStream(byte[] data, int blockSize) { method in class:MicroTest.SmallBlockInputStream
2191 public SmallBlockInputStream(InputStream in, int blockSize) { method in class:MicroTest.SmallBlockInputStream

Completed in 80 milliseconds