Resets the specified input stream or string buffer input stream to read from beginning.
Syntax
reset( inputstream )
inputstream.reset( )
Parameters
inputstream
|
the input stream object or string buffer input stream object to use.
|
Returns
Example
fh.reset( )
|