Package org.hl7.fhir.utilities
Class CSFileInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FileInputStream
-
- org.hl7.fhir.utilities.CSFileInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class CSFileInputStream extends FileInputStream
A FileInputStream which works (only) on CSFile instead of File.- Author:
- Ewout
-
-
Constructor Summary
Constructors Constructor Description CSFileInputStream(File arg0)CSFileInputStream(String arg0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()-
Methods inherited from class java.io.FileInputStream
available, close, finalize, getChannel, getFD, read, read, read, skip
-
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, transferTo
-
-
-
-
Constructor Detail
-
CSFileInputStream
public CSFileInputStream(File arg0) throws FileNotFoundException
- Throws:
FileNotFoundException
-
CSFileInputStream
public CSFileInputStream(String arg0) throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
-