Uses of Record Class
io.datarouter.bytes.blockfile.block.common.BlockfileBlockHeader
Packages that use BlockfileBlockHeader
-
Uses of BlockfileBlockHeader in io.datarouter.bytes.blockfile.block.common
Methods in io.datarouter.bytes.blockfile.block.common that return BlockfileBlockHeaderModifier and TypeMethodDescriptionstatic BlockfileBlockHeaderBlockfileBlockHeader.decode(byte[] bytes) static BlockfileBlockHeaderBlockfileBlockHeader.decode(byte[] bytes, int offset) static BlockfileBlockHeaderBlockfileBlockHeader.decode(InputStream inputStream) BlockfileBlock.header()Returns the value of theheaderrecord component.Constructors in io.datarouter.bytes.blockfile.block.common with parameters of type BlockfileBlockHeaderModifierConstructorDescriptionBlockfileBlock(BlockfileBlockHeader header, byte[] bytes) Creates an instance of aBlockfileBlockrecord class.