TextWriter.getAutoFlush

Overview | Methods | This Package | All Packages

TextWriter.getAutoFlush

Retrieves a boolean value indicating whether write operations are automatically flushed to the underlying IByteStream object.

Syntax

public boolean getAutoFlush()

Return Value

Returns true if write operations are flushed to the underlying IByteStream object; otherwise, returns false.

See Also   setAutoFlush