Package org.apache.jackrabbit.vault.util
Class TempFileInputStream
- java.lang.Object
- 
- java.io.InputStream
- 
- java.io.FileInputStream
- 
- org.apache.jackrabbit.vault.util.TempFileInputStream
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable
 
 public class TempFileInputStream extends FileInputStream TempFileInputStream...
- 
- 
Constructor SummaryConstructors Constructor Description TempFileInputStream(File file)TempFileInputStream(FileDescriptor fdObj)TempFileInputStream(String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()- 
Methods inherited from class java.io.FileInputStreamavailable, finalize, getChannel, getFD, read, read, read, skip
 - 
Methods inherited from class java.io.InputStreammark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, transferTo
 
- 
 
- 
- 
- 
Constructor Detail- 
TempFileInputStreampublic TempFileInputStream(String name) throws FileNotFoundException - Throws:
- FileNotFoundException
 
 - 
TempFileInputStreampublic TempFileInputStream(File file) throws FileNotFoundException - Throws:
- FileNotFoundException
 
 - 
TempFileInputStreampublic TempFileInputStream(FileDescriptor fdObj) 
 
- 
 - 
Method Detail- 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- FileInputStream
- Throws:
- IOException
 
 
- 
 
-