Uses of Class
org.h2.store.DataReader

Packages that use DataReader
org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa. 
 

Uses of DataReader in org.h2.store
 

Methods in org.h2.store with parameters of type DataReader
static Row PageLog.readRow(DataReader in, Data data)
          Read a row from an input stream.