Searched refs:IndexRecord (Results 1 – 3 of 3) sorted by relevance
30 records.add(new IndexRecord(unpaddedSize, uncompressedSize)); in add()45 IndexRecord record = (IndexRecord)i.next(); in encode()
12 class IndexRecord { class16 IndexRecord(long unpadded, long uncompressed) { in IndexRecord() method in IndexRecord
73 src/org/tukaani/xz/index/IndexRecord.java