Package org.teavm.classlib.java.io
Class TReader
java.lang.Object
org.teavm.classlib.java.io.TReader
- All Implemented Interfaces:
TCloseable
,TAutoCloseable
,TReadable
- Direct Known Subclasses:
TBufferedReader
,TInputStreamReader
,TStringReader
-
Field Details
-
lock
-
-
Constructor Details
-
TReader
protected TReader() -
TReader
-
-
Method Details
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Specified by:
read
in interfaceTReadable
- Throws:
IOException
-
skip
- Throws:
IOException
-
ready
- Throws:
IOException
-
markSupported
public boolean markSupported() -
mark
- Throws:
IOException
-
reset
- Throws:
IOException
-