java.io.InputStream Extensions
Adds various functions to java.io.InputStream
| Function Summary |
String
|
getText()
Gets the contents of the stream as a String.
|
Functions
getText
String getText()
Gets the contents of the stream as a String.
-
Example:
-
text = inStream.getText()