Uses of Interface
org.apache.commons.compress.archivers.EntryStreamOffsets
-
Packages that use EntryStreamOffsets Package Description org.apache.commons.compress.archivers.jar Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.org.apache.commons.compress.archivers.tar Provides stream classes for reading and writing archives using the TAR format.org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of EntryStreamOffsets in org.apache.commons.compress.archivers.jar
Classes in org.apache.commons.compress.archivers.jar that implement EntryStreamOffsets Modifier and Type Class Description class
JarArchiveEntry
-
Uses of EntryStreamOffsets in org.apache.commons.compress.archivers.tar
Classes in org.apache.commons.compress.archivers.tar that implement EntryStreamOffsets Modifier and Type Class Description class
TarArchiveEntry
This class represents an entry in a Tar archive. -
Uses of EntryStreamOffsets in org.apache.commons.compress.archivers.zip
Classes in org.apache.commons.compress.archivers.zip that implement EntryStreamOffsets Modifier and Type Class Description class
ZipArchiveEntry
Extension that adds better handling of extra fields and provides access to the internal and external file attributes.private static class
ZipFile.Entry
Extends ZipArchiveEntry to store the offset within the archive.
-