ProGuard

proguard.io
Interface Finisher

All Known Implementing Classes:
JarWriter

public interface Finisher

This interface specifies a listener that is called to finish an output stream before it is closed.


Method Summary
 void finish()
          Finishes an output stream right before it is closed.
 

Method Detail

finish

public void finish()
            throws IOException
Finishes an output stream right before it is closed.

Throws:
IOException

ProGuard