Returns a new string buffer input stream object using the specified string.
Syntax
StringBufferInputStream( string )
Parameters
string
|
the string to read from.
|
Returns
stringbufferinputstream
|
the new string buffer input stream object read from.
|
Example
sh = StringBufferInputSream( s )
|