Package io.grpc

Interface KnownLength

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int available()
      Returns the total number of bytes that can be read (or skipped over) from this object until all bytes have been read out.
    • Method Detail

      • available

        int available()
               throws java.io.IOException
        Returns the total number of bytes that can be read (or skipped over) from this object until all bytes have been read out.
        Throws:
        java.io.IOException