Package | Description |
---|---|
java.io |
Input/Output support
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedInputStream
This subclass of
FilterInputStream buffers input from an
underlying implementation to provide a possibly more efficient read
mechanism. |
class |
DataInputStream
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
|
class |
PushbackInputStream
This subclass of
FilterInputStream provides the ability to
unread data from a stream. |