Package org.h2.store

Class CountingReaderInputStream

java.lang.Object
java.io.InputStream
org.h2.store.CountingReaderInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CountingReaderInputStream extends InputStream
An input stream that reads the data from a reader and limits the number of bytes that can be read.