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 FilterInputStream
in -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BufferedInputStream
available, close, mark, markSupported, read, read, reset, skipMethods inherited from class FilterInputStream
readMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface KnownLength
available
-
Constructor Details
-
KnownLengthBufferedInputStream
KnownLengthBufferedInputStream(InputStream in)
-