Interface BlockfileTokens
- All Known Implementing Classes:
BlockfileBlockTokens,BlockfileFooterTokens,BlockfileHeaderTokens,BlockfileTrailerTokens
public interface BlockfileTokens
-
Method Details
-
section
BlockfileSection section() -
totalLength
int totalLength() -
toList
List<byte[]> toList() -
scan
default io.datarouter.scanner.Scanner<byte[]> scan() -
concat
default byte[] concat()
-