Searched defs:SmallBlockInputStream (Results 1 – 3 of 3) sorted by relevance
344 private sealed class SmallBlockInputStream : MemoryStream class in Google.Protobuf.CodedInputStreamTest348 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
645 private sealed class SmallBlockInputStream : MemoryStream class in Google.Protobuf.CodedInputStreamTest649 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
145 private static final class SmallBlockInputStream extends FilterInputStream { class in CodedInputStreamTest150 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream