Package io.grpc

Class 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 implements KnownLength.
    • Field Summary

      • Fields inherited from class java.io.BufferedInputStream

        buf, count, marklimit, markpos, pos
      • Fields inherited from class java.io.FilterInputStream

        in
    • 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
    • Constructor Detail

      • KnownLengthBufferedInputStream

        KnownLengthBufferedInputStream​(java.io.InputStream in)