public class FlateEncodeOutputStream extends DeflaterOutputStream implements Finalizable
buf, defout| Constructor and Description |
|---|
FlateEncodeOutputStream(OutputStream out) |
| 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.
|
close, deflate, finish, flush, write, writewritepublic FlateEncodeOutputStream(OutputStream out)
DeflaterOutputStreampublic void finalizeStream()
throws IOException
FinalizablefinalizeStream in interface FinalizableIOException - In case of an IO problemFinalizableCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.