Package com.basis.filesystem
Class FilesystemInputStream
java.lang.Object
java.io.InputStream
com.basis.filesystem.FilesystemInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
InputStream for STRING and PROGRAM files.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
debug
public static final boolean debug- See Also:
-
-
Constructor Details
-
FilesystemInputStream
Constructor from aFilePosition.- Parameters:
p_fpos-FilePositionto read from.- Throws:
FilesystemException- If a filesystem problem occurs.
-
-
Method Details
-
available
public int available()- Overrides:
availablein classInputStream
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
mark
public void mark(int readlimit) - Overrides:
markin classInputStream
-
reset
- Overrides:
resetin classInputStream- Throws:
IOException
-
DBG
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classInputStream
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-