public interface FinishableOutputStream
Modifier and Type | Method and Description |
---|---|
void |
finish()
Finishes the current outputstream (compresses, flushes, caluclates CRC)
and writes whatever is left in the buffers, but does not close the
stream.
|
void finish() throws IOException
IOException
- if write failsCopyright © 2016. All rights reserved.