Home
last modified time | relevance | path

Searched defs:SmallBlockInputStream (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java72 private static final class SmallBlockInputStream extends FilterInputStream { class in CodedInputStreamTest
75 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream
79 public SmallBlockInputStream(InputStream in, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream
DMicroTest.java2253 private static final class SmallBlockInputStream extends FilterInputStream { class in MicroTest
2256 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() method in MicroTest.SmallBlockInputStream
2260 public SmallBlockInputStream(InputStream in, int blockSize) { in SmallBlockInputStream() method in MicroTest.SmallBlockInputStream