Uses of Enum Class
io.datarouter.bytes.blockfile.enums.BlockfileSection
Packages that use BlockfileSection
-
Uses of BlockfileSection in io.datarouter.bytes.blockfile.dto
Methods in io.datarouter.bytes.blockfile.dto that return BlockfileSectionModifier and TypeMethodDescriptionBlockfileTokens.section()Returns the value of thesectionrecord component.Constructors in io.datarouter.bytes.blockfile.dto with parameters of type BlockfileSectionModifierConstructorDescriptionBlockfileTokens(BlockfileSection section, byte[] length, byte[] checksum, byte[] value) Creates an instance of aBlockfileTokensrecord class. -
Uses of BlockfileSection in io.datarouter.bytes.blockfile.enums
Methods in io.datarouter.bytes.blockfile.enums that return BlockfileSectionModifier and TypeMethodDescriptionstatic BlockfileSectionBlockfileSection.decode(char code) static BlockfileSectionReturns the enum constant of this class with the specified name.static BlockfileSection[]BlockfileSection.values()Returns an array containing the constants of this enum class, in the order they are declared.