Package com.cedarsoftware.util
Class FastReader
java.lang.Object
java.io.Reader
com.cedarsoftware.util.FastReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
-
Constructor Details
-
FastReader
-
-
Method Details
-
pushback
- Throws:
IOException
-
movePosition
protected void movePosition(char ch) -
read
- Overrides:
read
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-
getLine
public int getLine() -
getCol
public int getCol() -
getLastSnippet
-