June 2002
Intermediate to advanced
504 pages
10h 10m
English
The java.io package contains all the interfaces, classes, and exceptions that provide a mechanism for system input and output through data streams.
| DataInput | The DataInput interface provides methods for reading binary streams and converting them into Java primitive data types. |
| DataOutput | The DataOutput interface provides methods for writing/converting Java primitive data types to a binary stream. |
| ByteArrayInputStream | The ByteArrayInputStream encapsulates an InputStream that uses a byte array as a buffer that might be read from a stream. |
| ByteArrayOutputStream | The ByteArrayOutputStream provides an OutputStream that might be used to write data to a byte array. |
| DataInputStream | The DataInputStream implements ... |
Read now
Unlock full access