ObjectInput.read

Reads a byte of data. This method will block if no input is available. @return the byte read, or -1 if the end of the stream is reached. @exception IOException If an I/O error has occurred.

  1. int read()
    interface ObjectInput
    int
    read
    ()
  2. int read(byte[] b)
  3. int read(byte[] b, int off, int len)

Meta