Uses of Class
com.pervasive.datarush.io.BinaryReader
Packages that use BinaryReader
Package
Description
Provides basic interfaces used when converting tokens
into various formats.
Implementations of encoders of tokens
into binary formats.
Provides classes and interfaces performing file-like I/O operations.
-
Uses of BinaryReader in com.pervasive.datarush.encoding
Methods in com.pervasive.datarush.encoding with parameters of type BinaryReaderModifier and TypeMethodDescriptionvoidTokenDecoder.decode(BinaryReader source, boolean skip) Decodes the encoding at the current position of the reader and stores the value in the current target.voidTokenDecoder.decodeField(BinaryReader source, int fieldIndex, boolean skip) Decodes the encoding at the current position of the reader and stores the value in the current target. -
Uses of BinaryReader in com.pervasive.datarush.encoding.binary
Methods in com.pervasive.datarush.encoding.binary with parameters of type BinaryReaderModifier and TypeMethodDescriptionvoidSparseRecordDecoder.decode(BinaryReader source, boolean skip) voidAbstractTokenDecoder.decodeField(BinaryReader source, int fieldIndex, boolean skip) This implementation delegates toTokenDecoder.decode(BinaryReader, boolean).voidComparableTokenDecoder.decodeFieldAdditionalBytes(BinaryReader source, int fieldIndex, boolean skip) Decodes the additional bytes ( those that are required for storage but not for comparison) to the buffer.voidComparableTokenDecoder.decodeFieldComparisonBytes(BinaryReader source, int fieldIndex, boolean skip) Decodes those bytes that are needed for byte-wise comparison. -
Uses of BinaryReader in com.pervasive.datarush.io
Subclasses of BinaryReader in com.pervasive.datarush.ioModifier and TypeClassDescriptionclassA wrapper for input streams providing windowing behavior.