Returns a input data stream to read from using the specified input stream object.
Syntax
DataInputStream( inputstream )
Parameters
inputstream
|
the specified input stream object to use.
|
Returns
datainputstream
|
the new data input stream object.
|
Example
ifh = DataInputStream( is )
|