The current implementation of this method simply returns new StringReader(CharStreamSourceUtil.toString(CharStreamSource) toString(charStreamSource) ),
but a future version may implement this method in a more memory efficient manner.
Parameters: charStreamSource - the character stream source producing the output.
The current implementation of this method simply returns new StringReader(CharStreamSourceUtil.toString(CharStreamSource) toString(charStreamSource) ),
but a future version may implement this method in a more memory efficient manner, for example by utilising a temporary file.
Parameters: charStreamSource - the character stream source producing the output.
Returns a Reader that reads the output of the specified
CharStreamSource .
The current implementation of this method simply returns new StringReader(CharStreamSourceUtil.toString(CharStreamSource) toString(charStreamSource) ),
but a future version may implement this method in a more memory efficient manner.
Parameters: charStreamSource - the character stream source producing the output. a Reader that reads the output of the specified CharStreamSource.
Returns the output of the specified
CharStreamSource as a string.
The current implementation of this method simply returns new StringReader(CharStreamSourceUtil.toString(CharStreamSource) toString(charStreamSource) ),
but a future version may implement this method in a more memory efficient manner, for example by utilising a temporary file.
Parameters: charStreamSource - the character stream source producing the output. the output of the specified CharStreamSource as a string.