Package uk.co.parnmatt.vector.reader


@CheckReturnValue @NullMarked package uk.co.parnmatt.vector.reader
Reads the supported binary vector formats into typed arrays.
  • Class
    Description
    A strategy for allocating the ByteBuffer into which records are read
    The type of a vector's elements as stored in the file, and the array it decodes into.
    A source of bytes, opened on demand into a channel to read from.
    Reads binary encoded vectors from files with default buffering.
    Composes a reader over binary encoded vectors, choosing a Source, a buffering strategy, and the element type to decode.
    The choice of how bytes are buffered as records are read.
    The choice of element type to decode each vector into.