Searched refs:canReadEntryData (Results 1 – 13 of 13) sorted by relevance
42 assertFalse(tin.canReadEntryData(ae)); in testOldGNU()72 assertFalse(tin.canReadEntryData(ae)); in assertPaxGNUEntry()
42 assertFalse(zf.canReadEntryData(zae)); in testReadPasswordEncryptedEntryViaZipFile()66 assertFalse(zin.canReadEntryData(zae)); in testReadPasswordEncryptedEntryViaStream()
141 assertTrue(in.canReadEntryData(entry)); in testUnshrinkEntry()152 assertTrue(in.canReadEntryData(entry)); in testUnshrinkEntry()335 assertTrue(zis.canReadEntryData(e)); in properlyMarksEntriesAsUnreadableIfUncompressedSizeIsUnknown()337 assertTrue(zis.canReadEntryData(e)); in properlyMarksEntriesAsUnreadableIfUncompressedSizeIsUnknown()339 assertFalse(zis.canReadEntryData(e)); in properlyMarksEntriesAsUnreadableIfUncompressedSizeIsUnknown()
43 assertTrue("entry can't be read", zip.canReadEntryData(entry)); in testArchiveWithImplodeCompression()75 assertTrue("entry can't be read", zin.canReadEntryData(entry)); in testZipStreamWithImplodeCompression()
151 public boolean canReadEntryData(final ArchiveEntry archiveEntry) { in canReadEntryData() method in ArchiveInputStream
163 while (next != null && !archive.canReadEntryData(next)) { in expand()191 while (next != null && !archive.canReadEntryData(next)) { in expand()
208 assertFalse(moby.canReadEntryData(entry)); in testSupportedCompressionMethod()227 assertFalse(zip.canReadEntryData(entry)); in testSkipEntryWithUnsupportedCompressionMethod()
338 public boolean canReadEntryData(final ArchiveEntry ae) { in canReadEntryData() method in ArjArchiveInputStream
629 public boolean canReadEntryData(final ArchiveEntry ae) { in canReadEntryData() method in TarArchiveInputStream
425 public boolean canReadEntryData(final ZipArchiveEntry ze) { in canReadEntryData() method in ZipFile
419 public boolean canReadEntryData(final ArchiveEntry ae) { in canReadEntryData() method in ZipArchiveInputStream
205 o ArjArchiveInputStream#canReadEntryData tested the current
605 o ArjArchiveInputStream#canReadEntryData tested the current