public interface Finalizable
Modifier and Type | Method and Description |
---|---|
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 finalizeStream() throws IOException
IOException
- In case of an IO problemCopyright © 2021 Apache Software Foundation. All rights reserved.