Closeable, Flushable, AutoCloseable, Finalizablepublic class ASCIIHexOutputStream extends FilterOutputStream implements Finalizable
out| Constructor | Description |
|---|---|
ASCIIHexOutputStream(OutputStream out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
finalizeStream() |
This method can be called instead of close() on a subclass of
FilteredOutputStream when a final marker has to be written to the target
stream, but close() cannot be called.
|
void |
write(int b) |
flush, write, writepublic ASCIIHexOutputStream(OutputStream out)
FilterOutputStreampublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionFilterOutputStreampublic void finalizeStream()
throws IOException
FinalizablefinalizeStream in interface FinalizableIOException - In case of an IO problemFinalizablepublic void close()
throws IOException
close in interface AutoCloseableclose in interface Closeableclose in class FilterOutputStreamIOExceptionFilterOutputStreamCopyright © 2018 Apache Software Foundation. All rights reserved.