Package java.io
package java.io
-
ClassDescriptionA ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.Signals that an end of file or end of stream has been reached unexpectedly during input.Indicates that an output object can be flushed.Signals that an I/O exception of some sort has occurred.Abstract class for reading character streams.A specialized
Readerthat reads characters from aStringin a sequential manner.The Character Encoding is not supported.Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.Abstract class for writing to character streams.