Constructor DataOutputStream
DataOutputStream(Stream)
Constructs a new DataOutputStream on the out
. Note that data written by this stream is not in a human
readable form but can be reconstructed by using a DataInputStream
on the resulting output.
Declaration
public DataOutputStream(Stream out)
Parameters
Type | Name | Description |
---|---|---|
Stream | out | the target stream for writing. |