Constructor DataInputStream
DataInputStream(Stream)
Constructs a new DataInputStream on the in
. All
reads are then filtered through this stream. Note that data read by this
stream is not in a human readable format and was most likely created by a
DataOutputStream.
Declaration
public DataInputStream(Stream in)
Parameters
Type | Name | Description |
---|---|---|
Stream | in | the source |