Package io.grpc
Class ServerInterceptors.KnownLengthBufferedInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- java.io.BufferedInputStream
-
- io.grpc.ServerInterceptors.KnownLengthBufferedInputStream
-
- All Implemented Interfaces:
KnownLength
,java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- ServerInterceptors
private static final class ServerInterceptors.KnownLengthBufferedInputStream extends java.io.BufferedInputStream implements KnownLength
BufferedInputStream
that also implementsKnownLength
.
-
-
Constructor Summary
Constructors Constructor Description KnownLengthBufferedInputStream(java.io.InputStream in)
-
Method Summary
-
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, read, reset, skip
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.grpc.KnownLength
available
-
-