Package com.devexperts.qd.ng

Interface Summary
RecordFilter Record filter interface to accept or reject records given their RecordCursor.
RecordReader The RecordReader implements a strategy to read records from BufferedInput into RecordBuffer.
RecordSink An object to which data records can be appended.
 

Class Summary
DataSink Bridge class that adapts DataVisitor API to RecordSink API.
RecordBuffer Buffers int and obj values of data records.
RecordCursor The RecordCursor gives high-performance safe read (and optional write) access to one record (one row on information in DB terms) directly from any int[] and Object[] data arrays that might constitute a part of a larger data structure.
RecordSource Record source is a read-only sequence of records that is available via RecordCursor using RecordSource.next() method.