Documentation of 'org.apache.poi.util.CloseIgnoringInputStream' Java class
CloseIgnoringInputStream
org.apache.poi.util

Class CloseIgnoringInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable


    public class CloseIgnoringInputStream
    extends java.io.FilterInputStream
    A wrapper around an InputStream, which ignores close requests made to it. Useful with POIFSFileSystem, where you want to control the close yourself.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void close() 
      • Methods inherited from class java.io.FilterInputStream

        available, mark, markSupported, read, read, read, reset, skip
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CloseIgnoringInputStream

        public CloseIgnoringInputStream(java.io.InputStream in)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface java.lang.AutoCloseable
        Overrides:
        close in class java.io.FilterInputStream

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.