Uses of Interface
com.aspose.zip.IArchiveFileEntry
-
-
Uses of IArchiveFileEntry in com.aspose.zip
Classes in com.aspose.zip that implement IArchiveFileEntry Modifier and Type Class Description classArchiveEntryRepresents single file within archive.classArchiveEntryEncryptedZip entry that needs to be compressed with encryption or decompressed with decryption.classArchiveEntryPlainZip entry that needs to be compressed without encryption or decompressed without decryption.classArjEntryPlainRepresents a single file within ARJ archive.classBzip2ArchiveThis class represents bzip2 archive file.classCabEntryRepresents a single file within cab archive.classCpioEntryRepresents single file within cpio archive.classGzipArchiveThis class represents a gzip archive file.classIsoEntryRepresents an entry (file or directory) within an ISO archive.classLhaArchiveEntryRepresents a single file within Lha archive.classLz4ArchiveThis class represents LZ4 archive file.classLzipArchiveThis class represents a Lzip archive file.classLzmaArchiveThis class represents LZMA archive file.classLzxArchiveEntryRepresents a single file within LZX archive.classRarArchiveEntryRepresents single file within archive.classRarArchiveEntryEncryptedRar entry that needs to be decompressed with decryption.classRarArchiveEntryPlainRar entry that needs to be decompressed without decryption.classSevenZipArchiveEntryRepresents a single file within 7z archive.classSevenZipArchiveEntryEncryptedSevenZip archive entry that needs to be compressed with encryption or decompressed with decryption.classSevenZipArchiveEntryPlainSevenZip entry that needs to be compressed without encryption or decompressed without decryption.classSnappyArchiveThis class represents a snappy archive file.classTarEntryRepresents single file within tar archive.classUueArchiveThis class represents uuencoded file.classWimFileEntryRepresents a single file within wim archive.classXarFileEntryRepresents file entry within xar archive.classXzArchiveThis class represents xz archive file.classZArchiveThis class represents a Z (compress) archive file.classZstandardArchiveThis class represents a Zstandard archive file.Methods in com.aspose.zip that return types with arguments of type IArchiveFileEntry Modifier and Type Method Description Iterable<IArchiveFileEntry>Archive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the archive.Iterable<IArchiveFileEntry>ArjArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the archive.Iterable<IArchiveFileEntry>Bzip2Archive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the bzip2 archive.Iterable<IArchiveFileEntry>CabArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the cab archive.Iterable<IArchiveFileEntry>CpioArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the cpio archive.Iterable<IArchiveFileEntry>GzipArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the gzip archive.Iterable<IArchiveFileEntry>IArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the archive.Iterable<IArchiveFileEntry>IsoArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the archive.Iterable<IArchiveFileEntry>LhaArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the archive.Iterable<IArchiveFileEntry>Lz4Archive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the archive.Iterable<IArchiveFileEntry>LzipArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the lzip archive.Iterable<IArchiveFileEntry>LzmaArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the lzma archive.Iterable<IArchiveFileEntry>LzxArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the archive.Iterable<IArchiveFileEntry>RarArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the rar archive.Iterable<IArchiveFileEntry>SevenZipArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the 7z archive.Iterable<IArchiveFileEntry>SnappyArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the snappy archive.Iterable<IArchiveFileEntry>TarArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the tar archive.Iterable<IArchiveFileEntry>UueArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the uue archive.Iterable<IArchiveFileEntry>WimArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the wim archive.Iterable<IArchiveFileEntry>XarArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the xar archive.Iterable<IArchiveFileEntry>XzArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the xz archive.Iterable<IArchiveFileEntry>ZArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the Z archive.Iterable<IArchiveFileEntry>ZstandardArchive. getFileEntries()Gets entries ofIArchiveFileEntrytype constituting the zstandard archive.
-