Package org.apache.juneau.encoders
Interface Finishable
- All Known Implementing Classes:
FinishablePrintWriter
,FinishableServletOutputStream
public interface Finishable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finish()
Finishes writing compressed data to the output stream without closing the underlying stream.
-
Method Details
-
finish
Finishes writing compressed data to the output stream without closing the underlying stream.Use this method when applying multiple filters in succession to the same output stream.
- Throws:
IOException
- Thrown by underlying stream.
-