Uses of Interface
io.datarouter.bytes.blockfile.dto.BlockfileTokens
Packages that use BlockfileTokens
Package
Description
-
Uses of BlockfileTokens in io.datarouter.bytes.blockfile.dto.tokens
Classes in io.datarouter.bytes.blockfile.dto.tokens that implement BlockfileTokensModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal record -
Uses of BlockfileTokens in io.datarouter.bytes.blockfile.listener
Methods in io.datarouter.bytes.blockfile.listener that return types with arguments of type BlockfileTokensModifier and TypeMethodDescriptionBlockfileTokensListener.blockTokens()BlockfileTokensListener.lastBlockTokens()io.datarouter.scanner.Scanner<BlockfileTokens> BlockfileTokensListener.scanHeaderAndBlockTokens()Methods in io.datarouter.bytes.blockfile.listener with parameters of type BlockfileTokensModifier and TypeMethodDescriptionvoidBlockfileEndingsListener.accept(BlockfileTokens tokens) voidBlockfileTokensListener.accept(BlockfileTokens tokens) Constructor parameters in io.datarouter.bytes.blockfile.listener with type arguments of type BlockfileTokensModifierConstructorDescriptionBlockfileTokensListener(Consumer<List<BlockfileTokens>> onComplete) -
Uses of BlockfileTokens in io.datarouter.bytes.blockfile.section
Methods in io.datarouter.bytes.blockfile.section that return BlockfileTokens -
Uses of BlockfileTokens in io.datarouter.bytes.blockfile.write
Methods in io.datarouter.bytes.blockfile.write that return BlockfileTokensModifier and TypeMethodDescriptionstatic BlockfileTokensBlockfileWriter.encodeFooter(byte[] footerValueBytes) Methods in io.datarouter.bytes.blockfile.write with parameters of type BlockfileTokens