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.java695 private static class RepeatingInputStream extends InputStream { class in CodedInputStreamTest
701 RepeatingInputStream(byte[] serializedMessage, int count) { in RepeatingInputStream() method in CodedInputStreamTest.RepeatingInputStream