public class FlushingStreamWriter
extends OutputStreamWriter
Stream writer which flushes after each write operation.
| Constructor and description |
|---|
FlushingStreamWriter(OutputStream out)Constructs a FlushingStreamWriter that flushes on every write. |
FlushingStreamWriter(OutputStream out, Charset charset)Constructs a FlushingStreamWriter that flushes on every write. |
Constructs a FlushingStreamWriter that flushes on every write.
out - the underlying output stream to write toConstructs a FlushingStreamWriter that flushes on every write.
out - the underlying output stream to write tocharset - the charset to encode withCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.