Class IndexLoader


  • public class IndexLoader
    extends Object
    Load and validate the index of a TAR file.
    • Method Detail

      • newIndexLoader

        public static IndexLoader newIndexLoader​(int blockSize)
        Create a new IndexLoader for the specified block size. The block size is used to validate different data items in the index.
        Parameters:
        blockSize - The block size. It must be strictly positive.
        Returns:
        An instance of IndexLoader.