Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java592 private static class RepeatingInputStream extends InputStream { class in CodedInputStreamTest
598 RepeatingInputStream(byte[] serializedMessage, int count) { in RepeatingInputStream() method in CodedInputStreamTest.RepeatingInputStream