| java.io.Flushable |
Known Indirect Subclasses
AssetFileDescriptor.AutoCloseOutputStream,
Base64OutputStream,
BufferedOutputStream,
BufferedWriter,
ByteArrayOutputStream,
CharArrayWriter,
CheckedOutputStream,
ChunkedOutputStream,
CipherOutputStream,
Console,
ContentLengthOutputStream,
DataOutputStream,
DeflaterOutputStream,
DigestOutputStream,
FileOutputStream,
and
19 others.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Defines an interface for classes that can (or need to) be flushed, typically before some output processing is considered to be finished and the object gets closed.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Flushes the object by writing out any buffered data to the underlying
output.
| |||||||||||
Flushes the object by writing out any buffered data to the underlying output.
| IOException | if there are any issues writing the data. |
|---|

