Package it.unimi.dsi.sux4j.io
I/O classes exploiting succinct data structures.
-
Class Summary Class Description BucketedHashStore<T> A temporary store of signatures virtually divided into buckets.BucketedHashStore.Bucket A bucket returned by aBucketedHashStore
.ChunkedHashStore<T> Deprecated. Please use aBucketedHashStore
, which provides accurate bucket sizing.ChunkedHashStore.Chunk A chunk returned by aChunkedHashStore
.FileLinesBigList A wrapper exhibiting the lines of a file as a big list.FileLinesBigList.FileLinesIterator An iterator over the lines of aFileLinesBigList
.FileLinesList A wrapper exhibiting the lines of a file as a list.FileLinesList.FileLinesIterator An iterator over the lines of aFileLinesList
. -
Exception Summary Exception Description BucketedHashStore.DuplicateException Denotes that the bucketed hash store contains a duplicate signature.ChunkedHashStore.DuplicateException Denotes that the chunked hash store contains a duplicate hash triple.