Interface BlockfileTokens

All Known Implementing Classes:
BlockfileBlockTokens, BlockfileFooterTokens, BlockfileHeaderTokens, BlockfileTrailerTokens

public interface BlockfileTokens
  • Method Summary

    Modifier and Type
    Method
    Description
    default byte[]
     
    default io.datarouter.scanner.Scanner<byte[]>
     
     
    List<byte[]>
     
    int
     
  • Method Details

    • section

      BlockfileSection section()
    • totalLength

      int totalLength()
    • toList

      List<byte[]> toList()
    • scan

      default io.datarouter.scanner.Scanner<byte[]> scan()
    • concat

      default byte[] concat()