Closeable
, Flushable
, AutoCloseable
, Finalizable
public class FlateEncodeOutputStream extends DeflaterOutputStream implements Finalizable
buf, def
out
Constructor | Description |
---|---|
FlateEncodeOutputStream(OutputStream out) |
Modifier and Type | Method | 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.
|
close, deflate, finish, flush, write, write
write
public FlateEncodeOutputStream(OutputStream out)
DeflaterOutputStream
public void finalizeStream() throws IOException
Finalizable
finalizeStream
in interface Finalizable
IOException
- In case of an IO problemFinalizable
Copyright © 2018 Apache Software Foundation. All rights reserved.