public class FastPushbackBytesReader extends Object implements FastPushbackReader
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getCol() |
String |
getLastSnippet() |
int |
getLine() |
int |
read() |
void |
unread(int c) |
public String getLastSnippet()
getLastSnippet
in interface FastPushbackReader
public int read() throws IOException
read
in interface FastPushbackReader
IOException
public int getCol()
getCol
in interface FastPushbackReader
public int getLine()
getLine
in interface FastPushbackReader
public void unread(int c) throws IOException
unread
in interface FastPushbackReader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2016. All rights reserved.