Package com.cedarsoftware.util.io
Interface FastPushbackReader
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
FastPushbackBufferedReader
public interface FastPushbackReader extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCol()StringgetLastSnippet()intgetLine()intread()voidunread(int c)
-
-
-
Method Detail
-
getCol
int getCol()
-
getLine
int getLine()
-
unread
void unread(int c) throws IOException- Throws:
IOException
-
read
int read() throws IOException
- Throws:
IOException
-
getLastSnippet
String getLastSnippet()
-
-