Class ProbeInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.sis.storage.ProbeInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

final class ProbeInputStream extends FilterInputStream
A temporary input stream used for probing purposes. This stream does not allow mark/reset operations because the mark is reserved for this class. The close() method closes this stream but not the wrapped stream, which is only reset.
Since:
1.2
Version:
1.2
See Also: