Uses of Record Class
io.datarouter.bytes.RecordByteArrayField
Packages that use RecordByteArrayField
-
Uses of RecordByteArrayField in io.datarouter.bytes
Fields in io.datarouter.bytes declared as RecordByteArrayField -
Uses of RecordByteArrayField in io.datarouter.bytes.blockfile.block.decoded
Methods in io.datarouter.bytes.blockfile.block.decoded that return RecordByteArrayFieldModifier and TypeMethodDescriptionBlockfileFooterBlock.headerBytes()Returns the value of theheaderBytesrecord component.Constructors in io.datarouter.bytes.blockfile.block.decoded with parameters of type RecordByteArrayFieldModifierConstructorDescriptionBlockfileFooterBlock(RecordByteArrayField headerBytes, BinaryDictionary userDictionary, BlockfileLocation headerBlockLocation, BlockfileLocation rootIndexBlockLocation, long numValueBlocks, long numIndexBlocks) Creates an instance of aBlockfileFooterBlockrecord class.