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
,Closeable
,AutoCloseable
- Enclosing class:
ServerInterceptors
private static final class ServerInterceptors.KnownLengthBufferedInputStream
extends BufferedInputStream
implements KnownLength
BufferedInputStream
that also implements KnownLength
.-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, read, reset, skip
Methods inherited from class java.io.FilterInputStream
read
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
-
Constructor Details
-
KnownLengthBufferedInputStream
KnownLengthBufferedInputStream(InputStream in)
-