Class ProbeReader

java.lang.Object
java.io.Reader
java.io.FilterReader
org.apache.sis.storage.ProbeReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

final class ProbeReader extends FilterReader
A temporary character reader used for probing purposes. This reader does not allow mark/reset operations because the mark is reserved for this class. The close() method closes this reader but not the wrapped reader, which is only reset.

Note: this wrapper is not used if the reader is an instance of RewindableLineReader.

Since:
1.2
Version:
1.2
See Also: