Interface Finalizable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void finalizeStream()
      This method can be called instead of close() on a subclass of FilteredOutputStream when a final marker has to be written to the target stream, but close() cannot be called.
    • Method Detail

      • finalizeStream

        void finalizeStream()
                     throws java.io.IOException
        This method can be called instead of close() on a subclass of FilteredOutputStream when a final marker has to be written to the target stream, but close() cannot be called.
        Throws:
        java.io.IOException - In case of an IO problem