Uses of Interface
org.rauschig.jarchivelib.ArchiveEntry
-
-
Uses of ArchiveEntry in org.rauschig.jarchivelib
Methods in org.rauschig.jarchivelib that return ArchiveEntry Modifier and Type Method Description protected abstract ArchiveEntryArchiveStream. createNextEntry()Abstract method to create the nextArchiveEntryfor theArchiveStreamimplementation.ArchiveEntryArchiveStream. getCurrentEntry()Returns theArchiveEntrythe stream currently points to.ArchiveEntryArchiveStream. getNextEntry()Moves the pointer of the stream to the nextArchiveEntryand returns it.
-