Uses of Class
io.datarouter.bytes.blockfile.block.tokens.BlockfileBaseTokens
Packages that use BlockfileBaseTokens
Package
Description
-
Uses of BlockfileBaseTokens in io.datarouter.bytes.blockfile.block.tokens
Subclasses of BlockfileBaseTokens in io.datarouter.bytes.blockfile.block.tokensModifier and TypeClassDescriptionclass[prefix] - fixed length [footerValue] - variable length [footerLength] - fixed length (considered part of the block)classclassclass -
Uses of BlockfileBaseTokens in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileBaseTokensModifier and TypeMethodDescriptionstatic BlockfileBaseTokensBlockfileWriter.encodeFooter(byte[] footerValueBytes) Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileBaseTokensModifier and TypeMethodDescriptionBlockfileWriterState.appendFooterBlock(BlockfileBaseTokens tokens) BlockfileWriterState.appendHeaderBlock(BlockfileBaseTokens tokens) -
Uses of BlockfileBaseTokens in io.datarouter.bytes.blockfile.io.write.listener
Methods in io.datarouter.bytes.blockfile.io.write.listener with parameters of type BlockfileBaseTokens -
Uses of BlockfileBaseTokens in io.datarouter.bytes.blockfile.io.write.listener.impl
Methods in io.datarouter.bytes.blockfile.io.write.listener.impl that return types with arguments of type BlockfileBaseTokensModifier and TypeMethodDescriptionBlockfileTokensListener.blockTokens()BlockfileTokensListener.lastBlockTokens()io.datarouter.scanner.Scanner<BlockfileBaseTokens> BlockfileTokensListener.scanHeaderAndValueAndIndexTokens()Methods in io.datarouter.bytes.blockfile.io.write.listener.impl with parameters of type BlockfileBaseTokensModifier and TypeMethodDescriptionvoidBlockfileEndingsListener.accept(BlockfileBaseTokens tokens) voidBlockfileTokensListener.accept(BlockfileBaseTokens tokens) Constructor parameters in io.datarouter.bytes.blockfile.io.write.listener.impl with type arguments of type BlockfileBaseTokensModifierConstructorDescriptionBlockfileTokensListener(Consumer<List<BlockfileBaseTokens>> onComplete)