JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
proguard.io
Interface Finisher
public interface
Finisher
This 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 and Description
void
finish
()
Finishes an output stream right before it is closed.
Method Detail
finish
void finish() throws java.io.IOException
Finishes an output stream right before it is closed.
Throws:
java.io.IOException
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method