Class TFileInputStream
java.lang.Object
java.io.InputStream
de.mirkosertic.bytecoder.classlib.java.io.TFileInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionTFileInputStream(File file) TFileInputStream(FileDescriptor fdObj) TFileInputStream(String name) -
Method Summary
Methods inherited from class InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
TFileInputStream
- Throws:
FileNotFoundException
-
TFileInputStream
- Throws:
FileNotFoundException
-
TFileInputStream
-
-
Method Details
-
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
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream
-
getFD
- Throws:
IOException
-