TextReader.getStream

Overview | Methods | This Package | All Packages

TextReader.getStream

Retrieves the stream that underlies this TextReader object.

Syntax

public IByteStream getStream()

Return Value

Returns either the stream that was passed to the constructor or the File object that was automatically created as part of constructing this TextReader object.