Idea4780
public Object read() throws IOException
Object
IOException
Throws:
IOException – if an I/O error occurs while reading.
EOFException – if this source is already closed when the read() is called, or is closed during the read().
EOFException
read()
InterruptedIOException – if the reading thread is interrupted.
InterruptedIOException