Package org.apache.juneau.encoders
Interface Finishable
- All Known Implementing Classes:
- FinishablePrintWriter,- FinishableServletOutputStream
public interface Finishable
- 
Method SummaryModifier and TypeMethodDescriptionvoidfinish()Finishes writing compressed data to the output stream without closing the underlying stream.
- 
Method Details- 
finishFinishes 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.
 
 
-