Module java.base
Package java.io

Class InputStream

    • Constructor Summary

      Constructors 
      Constructor Description
      InputStream​()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      int available​()
      Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
      void