Class RecordingReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.FilterReader
-
- migratedb.v1.core.internal.parser.RecordingReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
public class RecordingReader extends FilterReader
-
-
Field Summary
-
Fields inherited from class java.io.FilterReader
in
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmark(int readAheadLimit)intread()voidreset()-
Methods inherited from class java.io.FilterReader
close, markSupported, read, ready, skip
-
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
-
-
-
Method Detail
-
read
public int read() throws IOException- Overrides:
readin classFilterReader- Throws:
IOException
-
mark
public void mark(int readAheadLimit) throws IOException- Overrides:
markin classFilterReader- Throws:
IOException
-
reset
public void reset() throws IOException- Overrides:
resetin classFilterReader- Throws:
IOException
-
-