Package org.teavm.classlib.java.io
Class TCharArrayReader
java.lang.Object
java.io.Reader
org.teavm.classlib.java.io.TCharArrayReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected char[]
protected int
protected int
protected int
-
Constructor Summary
ConstructorsConstructorDescriptionTCharArrayReader
(char[] buf) TCharArrayReader
(char[] buf, int offset, int length) -
Method Summary
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Field Details
-
buf
protected char[] buf -
pos
protected int pos -
markedPos
protected int markedPos -
count
protected int count
-
-
Constructor Details
-
TCharArrayReader
public TCharArrayReader(char[] buf) -
TCharArrayReader
public TCharArrayReader(char[] buf, int offset, int length)
-
-
Method Details
-
close
public void close() -
mark
- Overrides:
mark
in classReader
- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupported
in classReader
-
read
- Overrides:
read
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-
ready
- Overrides:
ready
in classReader
- Throws:
IOException
-
reset
- Overrides:
reset
in classReader
- Throws:
IOException
-
skip
- Overrides:
skip
in classReader
- Throws:
IOException
-