Uses of Interface
kala.compress.archivers.EntryStreamOffsets
-
Packages that use EntryStreamOffsets Package Description kala.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.kala.compress.archivers.tar Provides stream classes for reading and writing archives using the TAR format.kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of EntryStreamOffsets in kala.compress.archivers.jar
Classes in kala.compress.archivers.jar that implement EntryStreamOffsets Modifier and Type Class Description classJarArchiveEntryJAR archive entry. -
Uses of EntryStreamOffsets in kala.compress.archivers.tar
Classes in kala.compress.archivers.tar that implement EntryStreamOffsets Modifier and Type Class Description classTarArchiveEntryAn entry in a Tar archive. -
Uses of EntryStreamOffsets in kala.compress.archivers.zip
Classes in kala.compress.archivers.zip that implement EntryStreamOffsets Modifier and Type Class Description classZipArchiveEntryExtension that adds better handling of extra fields and provides access to the internal and external file attributes.private static classZipArchiveReader.EntryExtends ZipArchiveEntry to store the offset within the archive.
-