public interface Finishable
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Finishes writing compressed data to the output stream without closing the underlying stream.
|
void finish() throws IOException
Use this method when applying multiple filters in succession to the same output stream.
IOException - Thrown by underlying stream.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.