Package org.teavm.classlib.java.io
Class TInputStream
java.lang.Object
org.teavm.classlib.java.lang.TObject
org.teavm.classlib.java.io.TInputStream
- All Implemented Interfaces:
TCloseable
,TAutoCloseable
- Direct Known Subclasses:
TByteArrayInputStream
,TFilterInputStream
-
Constructor Details
-
TInputStream
public TInputStream()
-
-
Method Details
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
skip
- Throws:
IOException
-
available
- Throws:
IOException
-
close
- Specified by:
close
in interfaceTAutoCloseable
- Specified by:
close
in interfaceTCloseable
- Throws:
IOException
-
mark
public void mark(int readlimit) -
reset
- Throws:
IOException
-
markSupported
public boolean markSupported()
-