Liferay 6.2.0-ce-b3

com.liferay.portal.kernel.nio.intraband.welder.fifo
Class FIFOWelder.AutoRemoveFileInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FileInputStream
          extended by com.liferay.portal.kernel.nio.intraband.welder.fifo.FIFOWelder.AutoRemoveFileInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
FIFOWelder

protected static class FIFOWelder.AutoRemoveFileInputStream
extends FileInputStream


Constructor Summary
FIFOWelder.AutoRemoveFileInputStream(File file)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.io.FileInputStream
available, finalize, getChannel, getFD, read, read, read, skip
 
Methods inherited from class java.io.InputStream
mark, markSupported, reset
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIFOWelder.AutoRemoveFileInputStream

public FIFOWelder.AutoRemoveFileInputStream(File file)
                                     throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FileInputStream
Throws:
IOException

Liferay 6.2.0-ce-b3