Package org.apache.jackrabbit.oak.segment.file.tar.index
-
Interface Summary Interface Description Index An index for the entries in a TAR file.IndexEntry An entry in the index of entries of a TAR file. -
Class Summary Class Description IndexLoader Load and validate the index of a TAR file.IndexWriter Builds an index incrementally in memory, and serializes its contents into a sequence of bytes.SimpleIndexEntry -
Exception Summary Exception Description InvalidIndexException Thrown to indicate that invalid or malformed data is encountered while validating an index.