Package proguard.io
Interface Finisher
-
public interface FinisherThis interface specifies a listener that is called to finish an output stream before it is closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinish()Finishes an output stream right before it is closed.
-