Package org.readium.r2.shared.util.zip.compress.archivers
See: Description
-
Interface Summary Interface Description ArchiveEntry Represents an entry of an archive. EntryStreamOffsets Provides information about ArchiveEntry stream offsets. -
Class Summary Class Description ArchiveInputStream Archive input streams MUST override the read - or read - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper. ArchiveOutputStream Archive output stream implementations are expected to override the write method to improve performance.