Uses of Class
org.rauschig.jarchivelib.ArchiveStream
-
-
Uses of ArchiveStream in org.rauschig.jarchivelib
Methods in org.rauschig.jarchivelib that return ArchiveStream Modifier and Type Method Description ArchiveStreamArchiver. stream(java.io.File archive)Reads the given archive file as anArchiveStreamwhich is used to access individualArchiveEntryobjects within the archive without extracting the archive onto the file system.
-