程序包 proguard.io

接口 Finisher


  • public interface Finisher
    This interface specifies a listener that is called to finish an output stream before it is closed.
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void finish()
      Finishes an output stream right before it is closed.
    • 方法详细资料

      • finish

        void finish()
             throws java.io.IOException
        Finishes an output stream right before it is closed.
        抛出:
        java.io.IOException