Uses of Enum Class
io.datarouter.bytes.blockfile.block.BlockfileBlockType
Packages that use BlockfileBlockType
Package
Description
-
Uses of BlockfileBlockType in io.datarouter.bytes.blockfile.block
Methods in io.datarouter.bytes.blockfile.block that return BlockfileBlockTypeModifier and TypeMethodDescriptionstatic BlockfileBlockTypeBlockfileBlockType.decode(byte codeByte) static BlockfileBlockTypeBlockfileBlockType.decode(char code) static BlockfileBlockTypeReturns the enum constant of this class with the specified name.static BlockfileBlockType[]BlockfileBlockType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlockfileBlockType in io.datarouter.bytes.blockfile.block.common
Methods in io.datarouter.bytes.blockfile.block.common that return BlockfileBlockTypeModifier and TypeMethodDescriptionBlockfileBlockHeader.blockType()Returns the value of theblockTyperecord component.Constructors in io.datarouter.bytes.blockfile.block.common with parameters of type BlockfileBlockTypeModifierConstructorDescriptionBlockfileBlockHeader(int length, BlockfileBlockType blockType) Creates an instance of aBlockfileBlockHeaderrecord class. -
Uses of BlockfileBlockType in io.datarouter.bytes.blockfile.block.tokens
Methods in io.datarouter.bytes.blockfile.block.tokens that return BlockfileBlockTypeModifier and TypeMethodDescriptionBlockfileBaseTokens.blockType()static BlockfileBlockTypeBlockfileHeaderTokens.readBlockType(InputStream inputStream) Constructors in io.datarouter.bytes.blockfile.block.tokens with parameters of type BlockfileBlockType