Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.