Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.index.IndexBase
Extends/Implements : -
Subclasses : -

/*
IndexBase

Author: Lasse Collin

This file has been put into the public domain.
You can do whatever you want with this file.


Variables : blocksSum, uncompressedSum, indexListSize, recordCount
Functions : IndexBase, getIndexSize, getStreamSize, getIndexPaddingSize, add


long blocksSum

long uncompressedSum

long indexListSize

long recordCount


void IndexBase (XZIOException invalidIndexException)

public long getIndexSize ()

public long getStreamSize ()

int getIndexPaddingSize ()

void add (long unpaddedSize, long uncompressedSize)