<<< InputStream hierarchy, raw byte streams | Index | InputStream hierarchy constructors >>> |
Class java.io.DataInputStream
defined in the java.io.InputStream class hierarchy
DataInputStream implements DataInput interface
Attaching a binary input stream to a file involves
DataInputStream reads data from the stream BufferedInputStream creates a buffer for the stream FileInputStream connects the stream to the file
<<< InputStream hierarchy, raw byte streams | Index | InputStream hierarchy constructors >>> |