Searched refs:KnownLength (Results 1 – 9 of 9) sorted by relevance
20 import io.grpc.KnownLength;33 if (stream instanceof KnownLength) { in extract()46 static class FBInputStream extends InputStream implements Drainable, KnownLength {
20 import io.grpc.KnownLength;31 implements Drainable, KnownLength {
21 import io.grpc.KnownLength;30 final class NanoProtoInputStream extends InputStream implements KnownLength {
23 import io.grpc.KnownLength;33 final class ProtoInputStream extends InputStream implements Drainable, KnownLength {
28 import io.grpc.KnownLength;174 if (stream instanceof KnownLength) { in parse()
29 public interface KnownLength { interface
22 import io.grpc.KnownLength;298 private static final class BufferInputStream extends InputStream implements KnownLength {
27 import io.grpc.KnownLength;203 if (inputStream instanceof KnownLength || inputStream instanceof ByteArrayInputStream) { in getKnownLength()
32 import io.grpc.KnownLength;234 private static class CustomKnownLengthInputStream extends InputStream implements KnownLength {