Searched refs:IndexRecord (Results 1 – 3 of 3) sorted by relevance
21 private final ArrayList<IndexRecord> records22 = new ArrayList<IndexRecord>();31 records.add(new IndexRecord(unpaddedSize, uncompressedSize)); in add()45 for (IndexRecord record : records) { in encode()
12 class IndexRecord { class16 IndexRecord(long unpadded, long uncompressed) { in IndexRecord() method in IndexRecord
80 src/org/tukaani/xz/index/IndexRecord.java