Overview | Methods | This Package | All Packages
Retrieves the stream that underlies this TextWriter object.
Syntax
public IByteStream getStream()
Return Value
Returns the stream that underlies this TextWriter object.
Remarks
Retrieves either the stream that was passed to the constructor or the File object that was automatically created as part of constructing this TextWriter object.