Searched defs:SmallBlockInputStream (Results 1 – 6 of 6) sorted by relevance
367 private sealed class SmallBlockInputStream : MemoryStream class in Google.Protobuf.CodedInputStreamTest371 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
668 private sealed class SmallBlockInputStream : MemoryStream class in Google.Protobuf.CodedInputStreamTest672 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
146 private static final class SmallBlockInputStream extends FilterInputStream { class in CodedInputStreamTest151 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream