| Interface | Description |
|---|---|
| Index |
Index stands for the part of the blocks of the siva files that contains
IndexEntrys and the IndexFooter. |
| Class | Description |
|---|---|
| Header |
Header contains the meta information from a file that a single
IndexEntry
keeps in the siva file. |
| IndexEntry |
IndexEntry represents each entry contained in an
Index. |
| IndexReader |
Reader of Siva
Index to retrieve IndexEntrys. |
| RangeInputStream |
RangeInputStream is an InputStream that provides only the
specified amount of data from a bigger InputStream.
|
| SivaReader |
SivaReader and all its outputs are thread safe. |
| Exception | Description |
|---|---|
| SivaException |
Specific exception thrown when a problem happens while a siva file is being manipulated.
|