Searched refs:ArchiveEntryRecord (Results 1 – 1 of 1) sorted by relevance
73 private static class ArchiveEntryRecord implements ArchiveEntry { class in ArchiveHandleTest78 private ArchiveEntryRecord(ArchiveEntry archiveEntry) { in ArchiveEntryRecord() method in ArchiveHandleTest.ArchiveEntryRecord82 private ArchiveEntryRecord(String name, long size, boolean isDirectory) { in ArchiveEntryRecord() method in ArchiveHandleTest.ArchiveEntryRecord94 if (obj instanceof ArchiveEntryRecord) { in equals()95 ArchiveEntryRecord recordB = (ArchiveEntryRecord) obj; in equals()135 list.add(new ArchiveEntryRecord(enumeration.nextElement())); in transformToIterable()140 private static final List<ArchiveEntryRecord> sExpectEntries =141 new ArrayList<ArchiveEntryRecord>() {143 add(new ArchiveEntryRecord("hello/hello.txt", 48, false));144 add(new ArchiveEntryRecord("hello/inside_folder/hello_insside.txt",[all …]