A B C D E F G H I L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AES - com.aspose.zip.SevenZipCompressionMethod
-
File is encrypted.
- AES128 - com.aspose.zip.EncryptionMethod
-
Advanced Encryption Standard with key length 128 bits.
- AES192 - com.aspose.zip.EncryptionMethod
-
Advanced Encryption Standard with key length 192 bits.
- AES256 - com.aspose.zip.EncryptionMethod
-
Advanced Encryption Standard with key length 256 bits.
- AesEncryptionSettings - Class in com.aspose.zip
-
Settings for AES encryption and decryption algorithms within a ZIP archive.
- AesEncryptionSettings(EncryptionMethod) - Constructor for class com.aspose.zip.AesEncryptionSettings
-
Initializes a new instance of the
AesEncryptionSettingsclass without a password. - AesEncryptionSettings(String, EncryptionMethod) - Constructor for class com.aspose.zip.AesEncryptionSettings
-
Initializes a new instance of the
AesEncryptionSettingsclass. - Always - com.aspose.zip.ParallelCompressionMode
-
Do compress in parallel.
- Always - com.aspose.zip.ZipDataDescriptorPolicy
-
Data Descriptor is always present for all zip entries.
- Archive - Class in com.aspose.zip
-
This class represents a zip archive file.
- Archive() - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass with optional settings for its entries. - Archive(ArchiveEntrySettings) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass with optional settings for its entries. - Archive(InputStream) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass and composes an entry list can be extracted from the archive. - Archive(InputStream, ArchiveLoadOptions) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass and composes an entry list can be extracted from the archive. - Archive(InputStream, ArchiveLoadOptions, ArchiveEntrySettings) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass and composes an entry list can be extracted from the archive. - Archive(String) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass and composes an entry list can be extracted from the archive. - Archive(String, ArchiveLoadOptions) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass and composes an entry list can be extracted from the archive. - Archive(String, ArchiveLoadOptions, ArchiveEntrySettings) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass and composes an entry list can be extracted from the archive. - Archive(String, String[]) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass from multi-volume ZIP archive and composes an entry list can be extracted from the archive. - Archive(String, String[], ArchiveLoadOptions) - Constructor for class com.aspose.zip.Archive
-
Initializes a new instance of the
Archiveclass from multi-volume ZIP archive and composes an entry list can be extracted from the archive. - ArchiveEntry - Class in com.aspose.zip
-
Represents single file within archive.
- ArchiveEntryEncrypted - Class in com.aspose.zip
-
Zip entry that needs to be compressed with encryption or decompressed with decryption.
- ArchiveEntryPlain - Class in com.aspose.zip
-
Zip entry that needs to be compressed without encryption or decompressed without decryption.
- ArchiveEntrySettings - Class in com.aspose.zip
-
Settings used to compress or decompress entries.
- ArchiveEntrySettings() - Constructor for class com.aspose.zip.ArchiveEntrySettings
-
Initializes a new instance of the
ArchiveEntrySettingsclass. - ArchiveEntrySettings(CompressionSettings) - Constructor for class com.aspose.zip.ArchiveEntrySettings
-
Initializes a new instance of the
ArchiveEntrySettingsclass. - ArchiveEntrySettings(CompressionSettings, EncryptionSettings) - Constructor for class com.aspose.zip.ArchiveEntrySettings
-
Initializes a new instance of the
ArchiveEntrySettingsclass. - ArchiveFactory - Class in com.aspose.zip
-
Detects the archive format and creates the appropriate
IArchiveobject according to the type of archive. - ArchiveFormat - Enum in com.aspose.zip
-
Supported archive formats.
- ArchiveFormatInfo - Class in com.aspose.zip
-
Represents information about the archive format.
- ArchiveFormatInfo() - Constructor for class com.aspose.zip.ArchiveFormatInfo
- ArchiveInstanceInfo - Class in com.aspose.zip
-
Represents information about the archive instance.
- ArchiveLoadOptions - Class in com.aspose.zip
-
Options with which archive is loaded from a compressed file.
- ArchiveLoadOptions() - Constructor for class com.aspose.zip.ArchiveLoadOptions
- ArchiveSaveOptions - Class in com.aspose.zip
-
Options for saving a ZIP archive.
- ArchiveSaveOptions() - Constructor for class com.aspose.zip.ArchiveSaveOptions
- areFileNamesEncrypted() - Method in class com.aspose.zip.ArchiveInstanceInfo
-
Gets a value indicating whether the names of entries (files) of the archive are encrypted.
- Arj - com.aspose.zip.ArchiveFormat
-
Arj archive (
ArjArchive). - ArjArchive - Class in com.aspose.zip
-
This class represents an ARJ archive file.
- ArjArchive(InputStream) - Constructor for class com.aspose.zip.ArjArchive
-
Initializes a new instance of the
ArjArchiveclass and composes an entry list can be extracted from the archive. - ArjArchive(InputStream, ArjLoadOptions) - Constructor for class com.aspose.zip.ArjArchive
-
Initializes a new instance of the
ArjArchiveclass and composes an entry list can be extracted from the archive. - ArjArchive(String) - Constructor for class com.aspose.zip.ArjArchive
-
Initializes a new instance of the
ArjArchiveclass and composes an entry list can be extracted from the archive. - ArjArchive(String, ArjLoadOptions) - Constructor for class com.aspose.zip.ArjArchive
-
Initializes a new instance of the
ArjArchiveclass and composes an entry list can be extracted from the archive. - ArjEntryPlain - Class in com.aspose.zip
-
Represents a single file within ARJ archive.
- ArjLoadOptions - Class in com.aspose.zip
-
Options with which archive is loaded from a compressed file.
- ArjLoadOptions() - Constructor for class com.aspose.zip.ArjLoadOptions
- Auto - com.aspose.zip.ParallelCompressionMode
-
Decide whether parallel compression will be used based on the entries.
B
- BCJ - com.aspose.zip.SevenZipCompressionMethod
-
Technique that improves the compression of machine code.
- Bzip2 - com.aspose.zip.ArchiveFormat
-
Bzip2 archive (
Bzip2Archive). - BZip2 - com.aspose.zip.SevenZipCompressionMethod
-
File is compressed using Bzip2.
- Bzip2Archive - Class in com.aspose.zip
-
This class represents bzip2 archive file.
- Bzip2Archive() - Constructor for class com.aspose.zip.Bzip2Archive
-
Initializes a new instance of the
Bzip2Archiveclass prepared for compressing. - Bzip2Archive(InputStream) - Constructor for class com.aspose.zip.Bzip2Archive
-
Initializes a new instance of the
Bzip2Archiveclass prepared for decompressing. - Bzip2Archive(InputStream, Bzip2LoadOptions) - Constructor for class com.aspose.zip.Bzip2Archive
-
Initializes a new instance of the
Bzip2Archiveclass prepared for decompressing. - Bzip2Archive(String) - Constructor for class com.aspose.zip.Bzip2Archive
-
Initializes a new instance of the
Bzip2Archiveclass prepared for decompressing. - Bzip2Archive(String, Bzip2LoadOptions) - Constructor for class com.aspose.zip.Bzip2Archive
-
Initializes a new instance of the
Bzip2Archiveclass prepared for decompressing. - Bzip2CompressionSettings - Class in com.aspose.zip
-
Settings for Bzip2 compression within a ZIP archive.
- Bzip2CompressionSettings() - Constructor for class com.aspose.zip.Bzip2CompressionSettings
-
Initializes a new instance of the
Bzip2CompressionSettingsclass with default block size, equals to 9 hundred of kilobytes. - Bzip2CompressionSettings(int) - Constructor for class com.aspose.zip.Bzip2CompressionSettings
-
Initializes a new instance of the
Bzip2CompressionSettingsclass. - Bzip2LoadOptions - Class in com.aspose.zip
-
Options for loading
Bzip2Archive. - Bzip2LoadOptions() - Constructor for class com.aspose.zip.Bzip2LoadOptions
- Bzip2SaveOptions - Class in com.aspose.zip
-
Options for saving a bzip2 archive.
- Bzip2SaveOptions() - Constructor for class com.aspose.zip.Bzip2SaveOptions
-
Initializes a new instance of the
Bzip2SaveOptionsclass with default block size, equals to 9 hundred of kilobytes. - Bzip2SaveOptions(int) - Constructor for class com.aspose.zip.Bzip2SaveOptions
-
Initializes a new instance of the
Bzip2SaveOptionsclass.
C
- Cab - com.aspose.zip.ArchiveFormat
-
Cab archive (
CabArchive). - CabArchive - Class in com.aspose.zip
-
This class represents a cab archive file.
- CabArchive(InputStream) - Constructor for class com.aspose.zip.CabArchive
-
Initializes a new instance of the
CabArchiveclass and composes an entry list can be extracted from the archive. - CabArchive(InputStream, CabLoadOptions) - Constructor for class com.aspose.zip.CabArchive
-
Initializes a new instance of the
CabArchiveclass and composes an entry list can be extracted from the archive. - CabArchive(String) - Constructor for class com.aspose.zip.CabArchive
-
Initializes a new instance of the
CabArchiveclass and composes an entry list can be extracted from the archive. - CabArchive(String, CabLoadOptions) - Constructor for class com.aspose.zip.CabArchive
-
Initializes a new instance of the
CabArchiveclass and composes an entry list can be extracted from the archive. - CabEntry - Class in com.aspose.zip
-
Represents a single file within cab archive.
- CabLoadOptions - Class in com.aspose.zip
-
Options with which archive is loaded from a compressed file.
- CabLoadOptions() - Constructor for class com.aspose.zip.CabLoadOptions
- cancel() - Method in class com.aspose.zip.CancellationFlag
-
Cancels the operation associated with this
CancellationFlaginstance. - cancelAfter(long) - Method in class com.aspose.zip.CancellationFlag
-
Cancels the operation after a specified delay in milliseconds.
- cancelAfter(long, TimeUnit) - Method in class com.aspose.zip.CancellationFlag
-
Cancels the operation after a specified delay in the given time unit.
- CancelEntryEventArgs - Class in com.aspose.zip
-
Event arguments for cancelable entry related events.
- CancelEntryEventArgs(ArchiveEntry) - Constructor for class com.aspose.zip.CancelEntryEventArgs
-
Initializes a new instance of the
CancelEntryEventArgsclass. - CancelEntryEventArgsXar - Class in com.aspose.zip
-
Event arguments for cancelable entry related events.
- CancelEntryEventArgsXar(XarEntry) - Constructor for class com.aspose.zip.CancelEntryEventArgsXar
-
Initializes a new instance of the
CancelEntryEventArgsclass. - CancellationFlag - Class in com.aspose.zip
-
The flag that allows for the cancellation of operations.
- CancellationFlag() - Constructor for class com.aspose.zip.CancellationFlag
-
Constructs a CancellationFlag instance.
- canReuseTransform() - Method in class com.aspose.zip.SevenZipCipher
-
Gets a value indicating whether the current transform can be reused.
- canTransformMultipleBlocks() - Method in class com.aspose.zip.SevenZipCipher
-
Gets a value indicating whether multiple blocks can be transformed.
- close() - Method in class com.aspose.zip.Archive
- close() - Method in class com.aspose.zip.ArjArchive
- close() - Method in class com.aspose.zip.Bzip2Archive
- close() - Method in class com.aspose.zip.CabArchive
- close() - Method in class com.aspose.zip.CancellationFlag
-
Closes the
CancellationFlaginstance and releases any resources associated with it. - close() - Method in class com.aspose.zip.CpioArchive
- close() - Method in class com.aspose.zip.FastLZOutputStream
-
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
- close() - Method in class com.aspose.zip.GzipArchive
- close() - Method in interface com.aspose.zip.IArchive
- close() - Method in class com.aspose.zip.IsoArchive
- close() - Method in class com.aspose.zip.LhaArchive
- close() - Method in class com.aspose.zip.Lz4Archive
- close() - Method in class com.aspose.zip.LzipArchive
- close() - Method in class com.aspose.zip.LzmaArchive
- close() - Method in class com.aspose.zip.LzxArchive
- close() - Method in class com.aspose.zip.RarArchive
- close() - Method in class com.aspose.zip.SevenZipArchive
- close() - Method in class com.aspose.zip.SharArchive
- close() - Method in class com.aspose.zip.SnappyArchive
- close() - Method in class com.aspose.zip.TarArchive
- close() - Method in class com.aspose.zip.UueArchive
- close() - Method in class com.aspose.zip.WimArchive
- close() - Method in class com.aspose.zip.XarArchive
- close() - Method in class com.aspose.zip.XzArchive
- close() - Method in class com.aspose.zip.ZArchive
- close() - Method in class com.aspose.zip.ZstandardArchive
- com.aspose.zip - package com.aspose.zip
- compressDirectory(String, String, ArchiveFormat) - Static method in class com.aspose.zip.ArchiveFactory
-
Compresses the specified directory into an archive file using the provided archive format.
- CompressionSettings - Class in com.aspose.zip
-
Settings needed for compressor or decompressor to work.
- CompressionSettings() - Constructor for class com.aspose.zip.CompressionSettings
- Cpio - com.aspose.zip.ArchiveFormat
-
Cpio archive (
CpioArchive). - CpioArchive - Class in com.aspose.zip
-
This class represents cpio archive file.
- CpioArchive() - Constructor for class com.aspose.zip.CpioArchive
-
Initializes a new instance of the
CpioArchiveclass. - CpioArchive(InputStream) - Constructor for class com.aspose.zip.CpioArchive
-
Initializes a new instance of the
CpioArchiveclass and composes an entry list can be extracted from the archive. - CpioArchive(String) - Constructor for class com.aspose.zip.CpioArchive
-
Initializes a new instance of the
CpioArchiveclass and composes an entry list can be extracted from the archive. - CpioEntry - Class in com.aspose.zip
-
Represents single file within cpio archive.
- CpioFormat - Enum in com.aspose.zip
-
Enumeration with supported formats of cpio.
- Crc32 - com.aspose.zip.XzCheckType
-
Checksum will be calculated using CRC32 algorithm.
- Crc64 - com.aspose.zip.XzCheckType
-
Checksum will be calculated using CRC64 algorithm.
- createDirectory(String) - Method in class com.aspose.zip.IsoArchive
-
Adds a directory to the ISO image.
- createEntries(File) - Method in class com.aspose.zip.Archive
-
Add to the archive all files and directories recursively in the directory given.
- createEntries(File) - Method in class com.aspose.zip.CpioArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(File) - Method in class com.aspose.zip.SevenZipArchive
-
Adds to the archive all files and directories recursively in the directory given.
- createEntries(File) - Method in class com.aspose.zip.SharArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(File) - Method in class com.aspose.zip.TarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(File) - Method in class com.aspose.zip.XarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(File, boolean) - Method in class com.aspose.zip.Archive
-
Add to the archive all files and directories recursively in the directory given.
- createEntries(File, boolean) - Method in class com.aspose.zip.CpioArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(File, boolean) - Method in class com.aspose.zip.SevenZipArchive
-
Adds to the archive all files and directories recursively in the directory given.
- createEntries(File, boolean) - Method in class com.aspose.zip.SharArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(File, boolean) - Method in class com.aspose.zip.TarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(File, boolean) - Method in class com.aspose.zip.XarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(File, boolean, XarCompressionSettings) - Method in class com.aspose.zip.XarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String) - Method in class com.aspose.zip.Archive
-
Add to the archive all files and directories recursively in the directory given.
- createEntries(String) - Method in class com.aspose.zip.CpioArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String) - Method in class com.aspose.zip.SevenZipArchive
-
Adds to the archive all files and directories recursively in the directory given.
- createEntries(String) - Method in class com.aspose.zip.SharArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String) - Method in class com.aspose.zip.TarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String) - Method in class com.aspose.zip.XarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String, boolean) - Method in class com.aspose.zip.Archive
-
Add to the archive all files and directories recursively in the directory given.
- createEntries(String, boolean) - Method in class com.aspose.zip.CpioArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String, boolean) - Method in class com.aspose.zip.SevenZipArchive
-
Adds to the archive all files and directories recursively in the directory given.
- createEntries(String, boolean) - Method in class com.aspose.zip.SharArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String, boolean) - Method in class com.aspose.zip.TarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String, boolean) - Method in class com.aspose.zip.XarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntries(String, boolean, XarCompressionSettings) - Method in class com.aspose.zip.XarArchive
-
Adds to the archive all the files and directories recursively in the directory given.
- createEntry(String) - Method in class com.aspose.zip.IsoArchive
-
Adds a file to the ISO image.
- createEntry(String, File) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, File) - Method in class com.aspose.zip.CpioArchive
-
Creates a single entry within the archive.
- createEntry(String, File) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, File) - Method in class com.aspose.zip.SharArchive
-
Creates a single entry within the archive.
- createEntry(String, File) - Method in class com.aspose.zip.TarArchive
-
Creates a single entry within the archive.
- createEntry(String, File) - Method in class com.aspose.zip.XarArchive
-
Create a single entry within the archive.
- createEntry(String, File, boolean) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, File, boolean) - Method in class com.aspose.zip.CpioArchive
-
Creates a single entry within the archive.
- createEntry(String, File, boolean) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, File, boolean) - Method in class com.aspose.zip.SharArchive
-
Create a single entry within the archive.
- createEntry(String, File, boolean) - Method in class com.aspose.zip.TarArchive
-
Creates a single entry within the archive.
- createEntry(String, File, boolean) - Method in class com.aspose.zip.XarArchive
-
Create a single entry within the archive.
- createEntry(String, File, boolean, ArchiveEntrySettings) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, File, boolean, SevenZipEntrySettings) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, File, boolean, XarCompressionSettings) - Method in class com.aspose.zip.XarArchive
-
Create a single entry within the archive.
- createEntry(String, InputStream) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, InputStream) - Method in class com.aspose.zip.CpioArchive
-
Creates a single entry within the archive.
- createEntry(String, InputStream) - Method in class com.aspose.zip.IsoArchive
-
Adds a file to the ISO image.
- createEntry(String, InputStream) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, InputStream) - Method in class com.aspose.zip.SharArchive
-
Create a single entry within the archive.
- createEntry(String, InputStream) - Method in class com.aspose.zip.TarArchive
-
Creates a single entry within the archive.
- createEntry(String, InputStream) - Method in class com.aspose.zip.XarArchive
-
Create a single entry within the archive.
- createEntry(String, InputStream, ArchiveEntrySettings) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, InputStream, ArchiveEntrySettings, File) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, InputStream, SevenZipEntrySettings) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, InputStream, SevenZipEntrySettings, File) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, InputStream, XarCompressionSettings) - Method in class com.aspose.zip.XarArchive
-
Create a single entry within the archive.
- createEntry(String, InputStream, File) - Method in class com.aspose.zip.TarArchive
-
Creates a single entry within the archive.
- createEntry(String, String) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, String) - Method in class com.aspose.zip.CpioArchive
-
Creates a single entry within the archive.
- createEntry(String, String) - Method in class com.aspose.zip.IsoArchive
-
Adds a file to the ISO image.
- createEntry(String, String) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, String) - Method in class com.aspose.zip.SharArchive
-
Create a single entry within the archive.
- createEntry(String, String) - Method in class com.aspose.zip.TarArchive
-
Creates a single entry within the archive.
- createEntry(String, String) - Method in class com.aspose.zip.XarArchive
-
Create a single entry within the archive.
- createEntry(String, String, boolean) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, String, boolean) - Method in class com.aspose.zip.CpioArchive
-
Creates a single entry within the archive.
- createEntry(String, String, boolean) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, String, boolean) - Method in class com.aspose.zip.SharArchive
-
Create a single entry within the archive.
- createEntry(String, String, boolean) - Method in class com.aspose.zip.TarArchive
-
Creates a single entry within the archive.
- createEntry(String, String, boolean) - Method in class com.aspose.zip.XarArchive
-
Create a single entry within the archive.
- createEntry(String, String, boolean, ArchiveEntrySettings) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, String, boolean, SevenZipEntrySettings) - Method in class com.aspose.zip.SevenZipArchive
-
Creates a single entry within the archive.
- createEntry(String, String, boolean, XarCompressionSettings) - Method in class com.aspose.zip.XarArchive
-
Create a single entry within the archive.
- createEntry(String, Supplier<InputStream>) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
- createEntry(String, Supplier<InputStream>, ArchiveEntrySettings) - Method in class com.aspose.zip.Archive
-
Creates a single entry within the archive.
D
- DeflateCompressionSettings - Class in com.aspose.zip
-
Settings for Deflate compression within a ZIP archive.
- DeflateCompressionSettings() - Constructor for class com.aspose.zip.DeflateCompressionSettings
-
Initializes a new instance of the
DeflateCompressionSettingsclass. - deleteEntry(int) - Method in class com.aspose.zip.Archive
-
Removes the entry from the entry list by index.
- deleteEntry(int) - Method in class com.aspose.zip.CpioArchive
-
Removes the entry from the entry list by index.
- deleteEntry(int) - Method in class com.aspose.zip.SharArchive
-
Removes the entry from the entry list by index.
- deleteEntry(int) - Method in class com.aspose.zip.TarArchive
-
Removes the entry from the entry list by index.
- deleteEntry(ArchiveEntry) - Method in class com.aspose.zip.Archive
-
Removes the first occurrence of the specific entry from the entry list.
- deleteEntry(CpioEntry) - Method in class com.aspose.zip.CpioArchive
-
Removes the first occurrence of a specific entry from the entry list.
- deleteEntry(SharEntry) - Method in class com.aspose.zip.SharArchive
-
Removes the first occurrence of a specific entry from the entry list.
- deleteEntry(TarEntry) - Method in class com.aspose.zip.TarArchive
-
Removes the first occurrence of a specific entry from the entry list.
- deleteEntry(XarEntry) - Method in class com.aspose.zip.XarArchive
-
Removes the first occurrence of a specific entry from the entry list.
- Delta - com.aspose.zip.SevenZipCompressionMethod
-
File is encoded using Delta converter.
- dispose() - Method in class com.aspose.zip.SevenZipCipher
-
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
E
- EncryptionMethod - Enum in com.aspose.zip
-
Encryption/decryption methods can be used with a ZIP archive.
- EncryptionSettings - Class in com.aspose.zip
-
Base class for settings for several ZIP encryption methods.
- EnhancedDeflateCompressionSettings - Class in com.aspose.zip
-
Settings for Enhanced Deflate compression within a ZIP archive.
- EnhancedDeflateCompressionSettings() - Constructor for class com.aspose.zip.EnhancedDeflateCompressionSettings
-
Initializes a new instance of the
EnhancedDeflateCompressionSettingsclass. - EntryEventArgs - Class in com.aspose.zip
-
Event arguments for entry related events.
- EntryEventArgs(ArchiveEntry) - Constructor for class com.aspose.zip.EntryEventArgs
-
Initializes a new instance of the
EntryEventArgsclass. - EntryEventArgsIso - Class in com.aspose.zip
-
Event arguments for entry related events.
- EntryEventArgsIso(IsoEntry) - Constructor for class com.aspose.zip.EntryEventArgsIso
-
Initializes a new instance of the
EntryEventArgsclass. - EntryEventArgsXar - Class in com.aspose.zip
-
Event arguments for entry related events.
- EntryEventArgsXar(XarEntry) - Constructor for class com.aspose.zip.EntryEventArgsXar
-
Initializes a new instance of the
EntryEventArgsclass. - Event<TArgs> - Interface in com.aspose.zip
-
An event.
- EventsBag - Class in com.aspose.zip
-
Events container used on
Archivesaving. - EventsBag() - Constructor for class com.aspose.zip.EventsBag
- EventsBagIso - Class in com.aspose.zip
-
Events container used on
IsoArchivesaving. - EventsBagIso() - Constructor for class com.aspose.zip.EventsBagIso
- EventsBagXar - Class in com.aspose.zip
-
Events container used on
XarArchivesaving. - EventsBagXar() - Constructor for class com.aspose.zip.EventsBagXar
- extract(File) - Method in class com.aspose.zip.ArjEntryPlain
-
Extracts ARJ archive entry to a file.
- extract(File) - Method in class com.aspose.zip.LhaArchiveEntry
-
Extracts Lha archive entry to a file.
- extract(File) - Method in class com.aspose.zip.LzipArchive
-
Extracts lzip archive to a file.
- extract(File) - Method in class com.aspose.zip.LzmaArchive
-
Extracts lzma archive to a file.
- extract(File) - Method in class com.aspose.zip.SnappyArchive
-
Extracts snappy archive to a file.
- extract(File) - Method in class com.aspose.zip.XzArchive
-
Extracts xz archive to a file.
- extract(File) - Method in class com.aspose.zip.ZArchive
-
Extracts Z archive to a file.
- extract(OutputStream) - Method in class com.aspose.zip.ArchiveEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.ArjEntryPlain
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.Bzip2Archive
-
Extracts the archive to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.CabEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.CpioEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.GzipArchive
-
Extracts the archive to the stream provided.
- extract(OutputStream) - Method in interface com.aspose.zip.IArchiveFileEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.IsoEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.LhaArchiveEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.Lz4Archive
-
Extracts the archive to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.LzipArchive
-
Extracts lzip archive to a stream.
- extract(OutputStream) - Method in class com.aspose.zip.LzmaArchive
-
Extracts lzma archive to a stream.
- extract(OutputStream) - Method in class com.aspose.zip.LzxArchiveEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.RarArchiveEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.SnappyArchive
-
Extracts snappy archive to a stream.
- extract(OutputStream) - Method in class com.aspose.zip.TarEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.UueArchive
-
Extracts the archive to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.WimFileEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.XarFileEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream) - Method in class com.aspose.zip.XzArchive
-
Extracts xz archive to a stream.
- extract(OutputStream) - Method in class com.aspose.zip.ZArchive
-
Extracts Z archive to a stream.
- extract(OutputStream) - Method in class com.aspose.zip.ZstandardArchive
-
Extracts the archive to the stream provided.
- extract(OutputStream, String) - Method in class com.aspose.zip.ArchiveEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream, String) - Method in class com.aspose.zip.RarArchiveEntry
-
Extracts the entry to the stream provided.
- extract(OutputStream, String) - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Extracts the entry to the stream provided.
- extract(String) - Method in class com.aspose.zip.ArchiveEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.ArjEntryPlain
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.Bzip2Archive
-
Extracts the archive to the file by path.
- extract(String) - Method in class com.aspose.zip.CabEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.CpioEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.GzipArchive
-
Extracts the archive to the file by path.
- extract(String) - Method in interface com.aspose.zip.IArchiveFileEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.IsoEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.LhaArchiveEntry
-
Extracts Lha archive entry to a filesystem by path.
- extract(String) - Method in class com.aspose.zip.Lz4Archive
-
Extracts the archive to the file by path.
- extract(String) - Method in class com.aspose.zip.LzipArchive
-
Extracts lzip archive to a file by path.
- extract(String) - Method in class com.aspose.zip.LzmaArchive
-
Extracts lzma archive to a file by path.
- extract(String) - Method in class com.aspose.zip.LzxArchiveEntry
-
Extracts Lzx archive entry to a filesystem by path.
- extract(String) - Method in class com.aspose.zip.RarArchiveEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.SnappyArchive
-
Extracts snappy archive to a file by path.
- extract(String) - Method in class com.aspose.zip.TarEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.UueArchive
-
Extracts the archive to the file by path.
- extract(String) - Method in class com.aspose.zip.WimFileEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.XarFileEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String) - Method in class com.aspose.zip.XzArchive
-
Extracts xz archive to a file by path.
- extract(String) - Method in class com.aspose.zip.ZArchive
-
Extracts Z archive to a file by path.
- extract(String) - Method in class com.aspose.zip.ZstandardArchive
-
Extracts the archive to the file by path.
- extract(String, String) - Method in class com.aspose.zip.ArchiveEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String, String) - Method in class com.aspose.zip.RarArchiveEntry
-
Extracts the entry to the filesystem by the path provided.
- extract(String, String) - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Extracts the entry to the filesystem by the path provided.
- extractToDirectory(String) - Method in class com.aspose.zip.Archive
-
Extracts all the files in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.ArjArchive
-
Extracts all entries to the specified directory.
- extractToDirectory(String) - Method in class com.aspose.zip.Bzip2Archive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.CabArchive
-
Extracts all the files in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.CpioArchive
-
Extracts all the files in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.GzipArchive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in interface com.aspose.zip.IArchive
-
Extracts all the files in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.IsoArchive
-
Extracts all entries to the specified directory.
- extractToDirectory(String) - Method in class com.aspose.zip.LhaArchive
-
Extracts all the files and directories in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.LhaDirectoryEntry
-
Composes an empty directory inside
destinationDirectory. - extractToDirectory(String) - Method in class com.aspose.zip.Lz4Archive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.LzipArchive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.LzmaArchive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.LzxArchive
-
Extracts all the files and directories in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.RarArchive
-
Extracts all the files in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.SevenZipArchive
-
Extracts all the files in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.SnappyArchive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.TarArchive
-
Extracts all the files in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.UueArchive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.WimArchive
-
Extracts the archive to the file by path.
- extractToDirectory(String) - Method in class com.aspose.zip.WimDirectoryEntry
-
Extracts all the files in the current directory to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.WimImage
-
Extracts all the files in the image to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.XarArchive
-
Extracts all the files in the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.XarDirectoryEntry
-
Extracts all the files in the current directory to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.XzArchive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.ZArchive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String) - Method in class com.aspose.zip.ZstandardArchive
-
Extracts content of the archive to the directory provided.
- extractToDirectory(String, String) - Method in class com.aspose.zip.SevenZipArchive
-
Extracts all the files in the archive to the directory provided.
F
- FastLZOutputStream - Class in com.aspose.zip
-
A stream wrapper that compresses data with FastLZ.
- FastLZOutputStream(OutputStream, int) - Constructor for class com.aspose.zip.FastLZOutputStream
-
Initializes a new instance of the
FastLZStreamclass prepared for compression. - flush() - Method in class com.aspose.zip.FastLZOutputStream
-
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
- ForAllFileEntries - com.aspose.zip.ZipDataDescriptorPolicy
-
Data Descriptor present only for entries with file data; omitted for directories.
- fromGZip(InputStream) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied gzip archive and composes
TarArchivefrom extracted data. - fromGZip(String) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied gzip archive and composes
TarArchivefrom extracted data. - fromLZ4(InputStream) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied LZ4 archive and composes
TarArchivefrom extracted data. - fromLZ4(String) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied LZ4 archive and composes
TarArchivefrom extracted data. - fromLZip(InputStream) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied lzip archive and composes
TarArchivefrom extracted data. - fromLZip(String) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied lzip archive and composes
TarArchivefrom extracted data. - fromLZMA(InputStream) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied LZMA archive and composes
TarArchivefrom extracted data. - fromLZMA(String) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied LZMA archive and composes
TarArchivefrom extracted data. - fromXz(InputStream) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied xz format archive and composes
TarArchivefrom extracted data. - fromXz(String) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied xz format archive and composes
TarArchivefrom extracted data. - fromZ(InputStream) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied Z format archive and composes
TarArchivefrom extracted data. - fromZ(String) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied Z format archive and composes
TarArchivefrom extracted data. - fromZstandard(InputStream) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied Zstandard archive and composes
TarArchivefrom extracted data. - fromZstandard(String) - Static method in class com.aspose.zip.TarArchive
-
Extracts supplied Zstandard archive and composes
TarArchivefrom extracted data.
G
- getAllEntries() - Method in class com.aspose.zip.WimDirectoryEntry
-
Gets all entries of
WimEntrytype constituting the directory recursively. - getAllEntries() - Method in class com.aspose.zip.WimImage
-
Gets entries of
WimEntrytype constituting the image recursively. - getAllEntries() - Method in class com.aspose.zip.XarDirectoryEntry
-
Gets all entries of
XarEntrytype constituting the directory recursively. - getAlternateDataStreams() - Method in class com.aspose.zip.WimEntry
-
Gets the names of the alternate data streams for the file or directory.
- getArchive() - Method in class com.aspose.zip.WimEntry
-
Gets the archive the entry belongs to.
- getArchive(InputStream) - Static method in class com.aspose.zip.ArchiveFactory
-
Detects the archive format and creates the appropriate
IArchiveobject according to the type of archive specified by the given stream. - getArchive(InputStream, String) - Static method in class com.aspose.zip.ArchiveFactory
-
Detects the archive format and creates the appropriate
IArchiveobject according to the type of encrypted archive specified by the given stream. - getArchive(String) - Static method in class com.aspose.zip.ArchiveFactory
-
Detects the archive format and creates the appropriate
IArchiveobject according to the type of archive specified by the given path. - getArchiveComment() - Method in class com.aspose.zip.ArchiveSaveOptions
-
Gets optional comment for the Zip file.
- getArchiveComment() - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Gets optional comment for the Zip file.
- getArchiveFormatInfo(InputStream) - Static method in class com.aspose.zip.ArchiveInstanceInfo
-
Gets archive format info.
- getArchiveFormatInfo(String) - Static method in class com.aspose.zip.ArchiveInstanceInfo
-
Gets archive format info.
- getArchiveInstanceInfo(InputStream) - Static method in class com.aspose.zip.ArchiveInstanceInfo
-
Gets archive instance info.
- getArchiveInstanceInfo(String) - Static method in class com.aspose.zip.ArchiveInstanceInfo
-
Gets archive instance info.
- getAvailableMemorySize() - Method in class com.aspose.zip.ParallelOptions
-
Gets memory estimate in megabytes available to accomodate compressed entries without a swap to disk.
- getBlockSize() - Method in class com.aspose.zip.Bzip2CompressionSettings
-
Block size in hundreds of kilobytes.
- getBlockSize() - Method in class com.aspose.zip.Bzip2SaveOptions
-
Block size in hundreds of kilobytes.
- getBlockSize() - Method in class com.aspose.zip.SevenZipBZip2CompressionSettings
-
Block size in hundreds of kilobytes.
- getBlockSize() - Method in class com.aspose.zip.XarBzip2CompressionSettings
-
Block size in hundreds of kilobytes.
- getBootImageIndex() - Method in class com.aspose.zip.WimArchive
-
Gets the (zero-based) index of the bootable image.
- getBzip2() - Static method in class com.aspose.zip.CompressionSettings
-
An instance of
Bzip2CompressionSettingswith default parameters. - getCancel() - Method in class com.aspose.zip.CancelEntryEventArgs
-
Gets a value indicating whether the event should be canceled.
- getCancel() - Method in class com.aspose.zip.CancelEntryEventArgsXar
-
Gets a value indicating whether the event should be canceled.
- getCancel() - Method in class com.aspose.zip.ProgressCancelEventArgs
-
Gets a value indicating whether the event should be canceled.
- getChangeTime() - Method in class com.aspose.zip.WimEntry
-
Gets the last time the file or directory was changed.
- getCloseEntrySource() - Method in class com.aspose.zip.ArchiveSaveOptions
-
Gets a value indicating whether entries' sources should be closed right after an entry has been compressed.
- getCloseEntrySource() - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Gets a value indicating whether entries' sources should be closed right after an entry has been compressed.
- getComment() - Method in class com.aspose.zip.ArchiveEntry
-
Gets comment of the entry within archive.
- getCommentary() - Method in class com.aspose.zip.ArjArchive
-
Gets the commentary.
- getCommentary() - Method in class com.aspose.zip.LzxArchiveEntry
-
Gets the commentary.
- getCompressedSize() - Method in class com.aspose.zip.ArchiveEntry
-
Gets size of the compressed file.
- getCompressedSize() - Method in class com.aspose.zip.ArjEntryPlain
-
Gets the size of the compressed file.
- getCompressedSize() - Method in class com.aspose.zip.LzxArchiveEntry
-
Gets size of the compressed file.
- getCompressedSize() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets size of compressed file.
- getCompressedSize() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Gets the size of the compressed file.
- getCompressHeader() - Method in class com.aspose.zip.SevenZipEntrySettings
-
Gets value indicating whether to compress archive header.
- getCompressionProgressed() - Method in class com.aspose.zip.ArchiveEntry
-
Gets an event that is raised when a portion of raw stream compressed.
- getCompressionProgressed() - Method in class com.aspose.zip.Bzip2SaveOptions
-
Gets an event that is raised when a portion of raw stream compressed.
- getCompressionProgressed() - Method in class com.aspose.zip.LzmaArchiveSettings
-
Gets an event that is raised when a portion of raw stream compressed.
- getCompressionProgressed() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Gets an event that is raised when a portion of raw stream compressed.
- getCompressionProgressed() - Method in class com.aspose.zip.XarFileEntry
-
Gets an event that is raised when a portion of raw stream compressed.
- getCompressionProgressed() - Method in class com.aspose.zip.ZArchiveSaveOptions
-
Gets an event that is raised when a portion of raw stream compressed.
- getCompressionProgressed() - Method in class com.aspose.zip.ZstandardSaveOptions
-
Gets an event that is raised when a portion of raw stream compressed.
- getCompressionSettings() - Method in class com.aspose.zip.ArchiveEntry
-
Gets settings for compression or decompression.
- getCompressionSettings() - Method in class com.aspose.zip.ArchiveEntrySettings
-
Gets settings for compression or decompression routine.
- getCompressionSettings() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Gets settings for compression or decompression.
- getCompressionSettings() - Method in class com.aspose.zip.SevenZipEntrySettings
-
Gets settings for compression or decompression routine.
- getCompressionThreads() - Method in class com.aspose.zip.Bzip2SaveOptions
-
Gets compression thread count.
- getCompressionThreads() - Method in class com.aspose.zip.LzipArchiveSettings
-
Gets compression thread count.
- getCompressionThreads() - Method in class com.aspose.zip.SevenZipLZMA2CompressionSettings
-
Gets compression thread count.
- getCompressionThreads() - Method in class com.aspose.zip.XzArchiveSettings
-
Gets compression thread count.
- getConsumptionCredit() - Static method in class com.aspose.zip.MeteredLicense
-
Gets consumption credit.
- getConsumptionQuantity() - Static method in class com.aspose.zip.MeteredLicense
-
Gets consumption file size.
- getCreationTime() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets creation date and time.
- getCreationTime() - Method in class com.aspose.zip.WimEntry
-
Gets the creation time of the file or directory.
- getCreationTime() - Method in class com.aspose.zip.XarEntry
-
Gets the creation time of the file or directory.
- getDataDescriptorPolicy() - Method in class com.aspose.zip.ArchiveSaveOptions
-
Gets settings for Data Descriptor emission.
- getDataSource() - Method in class com.aspose.zip.ArchiveEntry
-
Source for the entry if the entry was added to the archive, not extracted.
- getDecryptionPassword() - Method in class com.aspose.zip.ArchiveLoadOptions
-
Gets the password to decrypt entries.
- getDecryptionPassword() - Method in class com.aspose.zip.RarArchiveLoadOptions
-
Gets the password to decrypt entries and entry names.
- getDecryptionPassword() - Method in class com.aspose.zip.SevenZipLoadOptions
-
Gets the password to decrypt entries and entry names.
- getDeflate() - Static method in class com.aspose.zip.CompressionSettings
-
Gets an instance of
DeflateCompressionSettingswith default parameters. - getDictionarySize() - Method in class com.aspose.zip.LzipArchiveSettings
-
Gets the size of dictionary which used by LZMA compression.
- getDictionarySize() - Method in class com.aspose.zip.LzmaArchiveSettings
-
Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
- getDictionarySize() - Method in class com.aspose.zip.LzmaCompressionSettings
-
Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
- getDictionarySize() - Method in class com.aspose.zip.SevenZipLZMA2CompressionSettings
-
Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
- getDictionarySize() - Method in class com.aspose.zip.SevenZipLZMACompressionSettings
-
Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data is kept in memory.
- getDictionarySize() - Method in class com.aspose.zip.XzLZMA2FilterSettings
-
Size of dictionary are used by LZMA2 filter.
- getDirectories() - Method in class com.aspose.zip.WimDirectoryEntry
-
Gets entries of
WimDirectoryEntrytype constituting the directory. - getDirectories() - Method in class com.aspose.zip.XarDirectoryEntry
-
Gets entries of
XarDirectoryEntrytype constituting the directory. - getEncoding() - Method in class com.aspose.zip.ArchiveLoadOptions
-
Gets the encoding for entries' names.
- getEncoding() - Method in class com.aspose.zip.ArchiveSaveOptions
-
Gets encoding for converting file names and other strings to bytes.
- getEncoding() - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Gets encoding for converting file names and other strings to bytes.
- getEncryptHeader() - Method in class com.aspose.zip.SevenZipEncryptionSettings
-
Gets a value indicating header encryption.
- getEncryptionOptions() - Method in class com.aspose.zip.ArchiveSaveOptions
-
Gets encryption settings for saving existing ZIP archive.
- getEncryptionSettings() - Method in class com.aspose.zip.ArchiveEntryEncrypted
-
Gets settings for encryption or decryption.
- getEncryptionSettings() - Method in class com.aspose.zip.ArchiveEntrySettings
-
Gets settings for encryption or decryption.
- getEncryptionSettings() - Method in class com.aspose.zip.SevenZipEntrySettings
-
Gets settings for encryption or decryption.
- getEnhancedDeflate() - Static method in class com.aspose.zip.CompressionSettings
-
An instance of
EnhancedDeflateCompressionSettingswith default parameters. - getEntries() - Method in class com.aspose.zip.Archive
-
Gets entries of
ArchiveEntrytype constituting the archive. - getEntries() - Method in class com.aspose.zip.ArjArchive
-
Gets entries of
ArjEntryPlaintype constituting the ARJ archive. - getEntries() - Method in class com.aspose.zip.CabArchive
-
Gets entries of
CabEntrytype constituting the archive. - getEntries() - Method in class com.aspose.zip.CpioArchive
-
Gets entries of
CpioEntrytype constituting the cpio archive. - getEntries() - Method in class com.aspose.zip.IsoArchive
-
Gets entries of
IsoEntrytype constituting the archive. - getEntries() - Method in class com.aspose.zip.LhaArchive
-
Gets file entries of
LhaArchiveEntrytype constituting the archive. - getEntries() - Method in class com.aspose.zip.LzxArchive
-
Gets file entries of
LzxArchiveEntrytype constituting the archive. - getEntries() - Method in class com.aspose.zip.RarArchive
-
Gets entries of
RarArchiveEntrytype constituting the rar archive. - getEntries() - Method in class com.aspose.zip.SevenZipArchive
-
Gets entries of
SevenZipArchiveEntrytype constituting the archive. - getEntries() - Method in class com.aspose.zip.SharArchive
-
Gets entries of
SharEntrytype constituting the archive. - getEntries() - Method in class com.aspose.zip.TarArchive
-
Gets entries of
TarEntrytype constituting the archive. - getEntries() - Method in class com.aspose.zip.XarArchive
-
Gets entries of
XarEntrytype constituting the archive. - getEntry() - Method in class com.aspose.zip.EntryEventArgs
-
Gets the archive entry the event is raised for.
- getEntry() - Method in class com.aspose.zip.EntryEventArgsIso
-
Gets the archive entry the event is raised for.
- getEntry() - Method in class com.aspose.zip.EntryEventArgsXar
-
Gets the archive entry the event is raised for.
- getEntry(String) - Method in class com.aspose.zip.WimImage
-
Gets the entry of
WimEntrytype for a given path. - getEntryAccessed() - Method in class com.aspose.zip.EventsBag
-
Gets an event that is raised before an archive entry is being compressed.
- getEntryAccessed() - Method in class com.aspose.zip.EventsBagIso
-
Gets an event that is raised before an archive entry is being compressed.
- getEntryAccessed() - Method in class com.aspose.zip.EventsBagXar
-
Gets an event that is raised before an archive entry is being compressed.
- getEntryCompressed() - Method in class com.aspose.zip.EventsBag
-
Gets an event that is raised after an archive entry has been compressed.
- getEntryCompressed() - Method in class com.aspose.zip.EventsBagIso
-
Gets an event that is raised after an archive entry has been compressed.
- getEntryCompressed() - Method in class com.aspose.zip.EventsBagXar
-
Gets an event that is raised after an archive entry has been compressed.
- getEntryExtractionProgressed() - Method in class com.aspose.zip.ArchiveLoadOptions
-
Gets an event that is raised when some bytes have been extracted.
- getEntryExtractionProgressed() - Method in class com.aspose.zip.IsoLoadOptions
-
Gets an event that is raised when some bytes have been extracted.
- getEntryExtractionProgressed() - Method in class com.aspose.zip.XarLoadOptions
-
Gets an event that is raised when some bytes have been extracted.
- getEntryListed() - Method in class com.aspose.zip.ArchiveLoadOptions
-
Gets an event that is raised when an entry listed within table of content.
- getEventsBag() - Method in class com.aspose.zip.ArchiveSaveOptions
-
Gets container of events raising on archive saving.
- getEventsBag() - Method in class com.aspose.zip.IsoSaveOptions
-
Gets the container of events raising on archive saving.
- getEventsBag() - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Gets container of events raising on archive saving.
- getEventsBag() - Method in class com.aspose.zip.XarSaveOptions
-
Gets container of events raising on archive saving.
- getExtractionProgressed() - Method in class com.aspose.zip.ArchiveEntry
-
Gets an event that is raised when a portion of raw stream extracted.
- getExtractionProgressed() - Method in class com.aspose.zip.Bzip2LoadOptions
-
Gets an event that is raised when some bytes have been extracted.
- getExtractionProgressed() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets an event that is raised when a portion of raw stream extracted.
- getExtractionProgressed() - Method in class com.aspose.zip.ZArchiveLoadOptions
-
Gets an event that is raised when some bytes have been extracted.
- getExtractionProgressed() - Method in class com.aspose.zip.ZstandardLoadOptions
-
Gets an event that is raised when some bytes have been extracted.
- getFastBytes() - Method in class com.aspose.zip.SevenZipLZMA2CompressionSettings
-
Gets the control number of fast bytes used by the LZMA2 compressor.
- getFastestSpeed() - Static method in class com.aspose.zip.LzipArchiveSettings
-
Gets the instance of the
LzipArchiveSettingsclass with dictionary size equals to 65536 bytes in LZMA filter. - getFastestSpeed() - Static method in class com.aspose.zip.XzArchiveSettings
-
Gets the instance of the
XzArchiveSettingsclass with dictionary size equals to 65536 bytes in LZMA2 filter, block size equals to 1 megabyte and CRC32 checksum. - getFastSpeed() - Static method in class com.aspose.zip.LzipArchiveSettings
-
Gets the instance of the
LzipArchiveSettingsclass with dictionary size equals to 1 megabyte in LZMA filter. - getFastSpeed() - Static method in class com.aspose.zip.XzArchiveSettings
-
Gets the instance of the
XzArchiveSettingsclass with dictionary size equals to 1 megabyte in LZMA2 filter, block size equals to 4 megabytes and CRC32 checksum. - getFileAttributes() - Method in class com.aspose.zip.WimEntry
-
Gets the file or directory attributes.
- getFileEntries() - Method in class com.aspose.zip.Archive
-
Gets entries of
IArchiveFileEntrytype constituting the archive. - getFileEntries() - Method in class com.aspose.zip.ArjArchive
-
Gets entries of
IArchiveFileEntrytype constituting the archive. - getFileEntries() - Method in class com.aspose.zip.Bzip2Archive
-
Gets entries of
IArchiveFileEntrytype constituting the bzip2 archive. - getFileEntries() - Method in class com.aspose.zip.CabArchive
-
Gets entries of
IArchiveFileEntrytype constituting the cab archive. - getFileEntries() - Method in class com.aspose.zip.CpioArchive
-
Gets entries of
IArchiveFileEntrytype constituting the cpio archive. - getFileEntries() - Method in class com.aspose.zip.GzipArchive
-
Gets entries of
IArchiveFileEntrytype constituting the gzip archive. - getFileEntries() - Method in interface com.aspose.zip.IArchive
-
Gets entries of
IArchiveFileEntrytype constituting the archive. - getFileEntries() - Method in class com.aspose.zip.IsoArchive
-
Gets entries of
IArchiveFileEntrytype constituting the archive. - getFileEntries() - Method in class com.aspose.zip.LhaArchive
-
Gets entries of
IArchiveFileEntrytype constituting the archive. - getFileEntries() - Method in class com.aspose.zip.Lz4Archive
-
Gets entries of
IArchiveFileEntrytype constituting the archive. - getFileEntries() - Method in class com.aspose.zip.LzipArchive
-
Gets entries of
IArchiveFileEntrytype constituting the lzip archive. - getFileEntries() - Method in class com.aspose.zip.LzmaArchive
-
Gets entries of
IArchiveFileEntrytype constituting the lzma archive. - getFileEntries() - Method in class com.aspose.zip.LzxArchive
-
Gets entries of
IArchiveFileEntrytype constituting the archive. - getFileEntries() - Method in class com.aspose.zip.RarArchive
-
Gets entries of
IArchiveFileEntrytype constituting the rar archive. - getFileEntries() - Method in class com.aspose.zip.SevenZipArchive
-
Gets entries of
IArchiveFileEntrytype constituting the 7z archive. - getFileEntries() - Method in class com.aspose.zip.SnappyArchive
-
Gets entries of
IArchiveFileEntrytype constituting the snappy archive. - getFileEntries() - Method in class com.aspose.zip.TarArchive
-
Gets entries of
IArchiveFileEntrytype constituting the tar archive. - getFileEntries() - Method in class com.aspose.zip.UueArchive
-
Gets entries of
IArchiveFileEntrytype constituting the uue archive. - getFileEntries() - Method in class com.aspose.zip.WimArchive
-
Gets entries of
IArchiveFileEntrytype constituting the wim archive. - getFileEntries() - Method in class com.aspose.zip.XarArchive
-
Gets entries of
IArchiveFileEntrytype constituting the xar archive. - getFileEntries() - Method in class com.aspose.zip.XzArchive
-
Gets entries of
IArchiveFileEntrytype constituting the xz archive. - getFileEntries() - Method in class com.aspose.zip.ZArchive
-
Gets entries of
IArchiveFileEntrytype constituting the Z archive. - getFileEntries() - Method in class com.aspose.zip.ZstandardArchive
-
Gets entries of
IArchiveFileEntrytype constituting the zstandard archive. - getFileFormatVersion() - Method in class com.aspose.zip.WimArchive
-
Gets the version of the file format.
- getFileName() - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Gets the name of segments without extension.
- getFileName() - Method in class com.aspose.zip.SplitSevenZipArchiveSaveOptions
-
Gets the name of segments without extension.
- getFileName() - Method in class com.aspose.zip.UueSaveOptions
-
Gets the file name to be used when recreating the decoded data.
- getFiles() - Method in class com.aspose.zip.WimDirectoryEntry
-
Gets entries of
WimFileEntrytype constituting the directory. - getFiles() - Method in class com.aspose.zip.XarDirectoryEntry
-
Gets entries of
XarFileEntrytype constituting the directory. - getFilesAndDirectories() - Method in class com.aspose.zip.WimDirectoryEntry
-
Gets entries of
WimEntrytype constituting the directory. - getFilesAndDirectories() - Method in class com.aspose.zip.XarDirectoryEntry
-
Gets entries of
XarEntrytype constituting the directory. - getFormat() - Method in class com.aspose.zip.Archive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.ArchiveFormatInfo
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.ArjArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.Bzip2Archive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.CabArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.CpioArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.GzipArchive
-
Gets the archive format.
- getFormat() - Method in interface com.aspose.zip.IArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.IsoArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.LhaArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.Lz4Archive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.LzipArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.LzmaArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.LzxArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.RarArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.SevenZipArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.SnappyArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.TarArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.UueArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.WimArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.XarArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.XzArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.ZArchive
-
Gets the archive format.
- getFormat() - Method in class com.aspose.zip.ZstandardArchive
-
Gets the archive format.
- getFormatInfo() - Method in class com.aspose.zip.ArchiveInstanceInfo
-
Gets the archive format info.
- getFullPath() - Method in class com.aspose.zip.WimEntry
-
Gets the full path of the entry within the image.
- getFullPath() - Method in class com.aspose.zip.XarEntry
-
Gets the full path of the entry within the archive.
- getGuid() - Method in class com.aspose.zip.WimArchive
-
Gets the identifying UUID for the archive.
- getHardLink() - Method in class com.aspose.zip.WimEntry
-
Gets the hardlink id of the file or directory.
- getHighCompression() - Static method in class com.aspose.zip.LzipArchiveSettings
-
Gets the instance of the
LzipArchiveSettingsclass with dictionary size equals to 32 megabytes in LZMA filter. - getHighCompression() - Static method in class com.aspose.zip.XzArchiveSettings
-
Gets the instance of the
XzArchiveSettingsclass with dictionary size equals to 32 megabytes in LZMA2 filter, block size equals to 128 megabytes and CRC32 checksum. - getImage() - Method in class com.aspose.zip.WimEntry
-
Gets the image the entry belongs to.
- getImages() - Method in class com.aspose.zip.WimArchive
-
Gets entries of
WimImagetype constituting the archive. - getIncludeBlockChecksum() - Method in class com.aspose.zip.Lz4ArchiveSetting
-
Gets a value indicating whether to include compressed xxh32 hash at the end of compressed block.
- getIncludeContentChecksum() - Method in class com.aspose.zip.Lz4ArchiveSetting
-
Gets a value indicating whether to include content xxh32 hash at the end of LZ4 archive.
- getIncludeContentSize() - Method in class com.aspose.zip.Lz4ArchiveSetting
-
Gets a value indicating whether to include the content size in the frame.
- getInputBlockSize() - Method in class com.aspose.zip.SevenZipCipher
-
Gets the input block size.
- getLastAccessTime() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets last access date and time.
- getLastAccessTime() - Method in class com.aspose.zip.WimEntry
-
Gets the last access time of the file or directory.
- getLastAccessTime() - Method in class com.aspose.zip.XarEntry
-
Gets the last access time of the file or directory.
- getLastModified() - Method in class com.aspose.zip.LhaArchiveEntry
-
Deprecated.This method will be removed in a future release. Please use getModificationTime() instead.
- getLastWriteTime() - Method in class com.aspose.zip.WimEntry
-
Deprecated.This method will be removed in a future release. Please use getModificationTime() instead.
- getLastWriteTime() - Method in class com.aspose.zip.XarEntry
-
Deprecated.This method will be removed in a future release. Please use getModificationTime() instead.
- getLastWriteTimeUtc() - Method in class com.aspose.zip.CpioEntry
-
Gets the last write time.
- getLength() - Method in class com.aspose.zip.ArchiveEntry
-
Gets length.
- getLength() - Method in class com.aspose.zip.ArjEntryPlain
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.Bzip2Archive
-
Gets length.
- getLength() - Method in class com.aspose.zip.CabEntry
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.CpioEntry
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.GzipArchive
-
Gets size of an original file.
- getLength() - Method in interface com.aspose.zip.IArchiveFileEntry
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.IsoEntry
-
Gets the length of the entry.
- getLength() - Method in class com.aspose.zip.LhaArchiveEntry
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.Lz4Archive
-
Gets length.
- getLength() - Method in class com.aspose.zip.LzipArchive
-
Gets length.
- getLength() - Method in class com.aspose.zip.LzmaArchive
-
Gets length.
- getLength() - Method in class com.aspose.zip.LzxArchiveEntry
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets length.
- getLength() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Gets length.
- getLength() - Method in class com.aspose.zip.SnappyArchive
-
Gets length.
- getLength() - Method in class com.aspose.zip.TarEntry
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.UueArchive
-
Gets length.
- getLength() - Method in class com.aspose.zip.WimFileEntry
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.XarFileEntry
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.XzArchive
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.ZArchive
-
Gets the length of the entry in bytes.
- getLength() - Method in class com.aspose.zip.ZstandardArchive
-
Gets the length of the entry in bytes.
- getLiteralContextBits() - Method in class com.aspose.zip.LzmaArchiveSettings
-
Gets the number of literal context bits.
- getLiteralContextBits() - Method in class com.aspose.zip.LzmaCompressionSettings
-
Gets the number of literal context bits.
- getLiteralContextBits() - Method in class com.aspose.zip.SevenZipLZMACompressionSettings
-
Gets the number of literal context bits.
- getLzma() - Static method in class com.aspose.zip.CompressionSettings
-
An instance of
LzmaCompressionSettingswith default parameters. - getManifest() - Method in class com.aspose.zip.WimArchive
-
Gets the embedded manifest describing the file and the contained images.
- getMaximumCompression() - Static method in class com.aspose.zip.LzipArchiveSettings
-
Gets the instance of the
LzipArchiveSettingsclass with dictionary size equals to 64 megabytes in LZMA filter. - getMaximumCompression() - Static method in class com.aspose.zip.XzArchiveSettings
-
Gets the instance of the
XzArchiveSettingsclass with dictionary size equals to 64 megabytes in LZMA2 filter, block size equals to 256 megabytes and CRC32 checksum. - getMaxMemberSize() - Method in class com.aspose.zip.LzipArchiveSettings
-
Gets the maximum size of one member in lzip archive presented in bytes.
- getMaxOrder() - Method in class com.aspose.zip.SevenZipPPMdCompressionSettings
-
Gets the maximum order.
- getMethod() - Method in class com.aspose.zip.EncryptionSettings
-
Gets the encryption algorithm.
- getMethod() - Method in class com.aspose.zip.SevenZipBZip2CompressionSettings
-
Gets compression or decompression method.
- getMethod() - Method in class com.aspose.zip.SevenZipCompressionSettings
-
Gets compression or decompression method.
- getMethod() - Method in class com.aspose.zip.SevenZipLZMA2CompressionSettings
-
Gets compression or decompression method.
- getMethod() - Method in class com.aspose.zip.SevenZipLZMACompressionSettings
-
Gets compression or decompression method.
- getMethod() - Method in class com.aspose.zip.SevenZipPPMdCompressionSettings
-
Gets compression or decompression method.
- getMethod() - Method in class com.aspose.zip.SevenZipStoreCompressionSettings
-
Gets compression or decompression method.
- getModelOrder() - Method in class com.aspose.zip.PPMdCompressionSettings
-
Gets the order of the model.
- getModificationTime() - Method in class com.aspose.zip.ArchiveEntry
-
Gets last modified date and time.
- getModificationTime() - Method in class com.aspose.zip.CabEntry
-
Gets last modified date and time.
- getModificationTime() - Method in class com.aspose.zip.IsoEntry
-
Gets last modified date and time.
- getModificationTime() - Method in class com.aspose.zip.LhaArchiveEntry
-
Gets the last modified time of the entry.
- getModificationTime() - Method in class com.aspose.zip.LzxArchiveEntry
-
Gets the last modified time of the entry.
- getModificationTime() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets last modified date and time.
- getModificationTime() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Gets last modified date and time.
- getModificationTime() - Method in class com.aspose.zip.TarEntry
-
Gets the modification time of the file or directory.
- getModificationTime() - Method in class com.aspose.zip.WimEntry
-
Gets the modification time of the file or directory.
- getModificationTime() - Method in class com.aspose.zip.XarEntry
-
Gets the modification time of the file or directory.
- getName() - Method in class com.aspose.zip.ArchiveEntry
-
Gets name of the entry within the archive.
- getName() - Method in class com.aspose.zip.ArjArchive
-
Gets the original name.
- getName() - Method in class com.aspose.zip.ArjEntryPlain
-
Gets name of the entry within the archive.
- getName() - Method in class com.aspose.zip.Bzip2Archive
-
The name of original file.
- getName() - Method in class com.aspose.zip.CabEntry
-
Gets the name of the entry within the archive.
- getName() - Method in class com.aspose.zip.CpioEntry
-
Gets the name of the entry within the archive.
- getName() - Method in class com.aspose.zip.GzipArchive
-
The name of the original file.
- getName() - Method in interface com.aspose.zip.IArchiveFileEntry
-
Gets the name of the entry.
- getName() - Method in class com.aspose.zip.IsoEntry
-
Gets the name of the entry.
- getName() - Method in class com.aspose.zip.LhaArchiveEntry
-
Gets the name of the entry.
- getName() - Method in class com.aspose.zip.LhaDirectoryEntry
-
Gets the name of the directory.
- getName() - Method in class com.aspose.zip.Lz4Archive
-
Gets the original name.
- getName() - Method in class com.aspose.zip.LzipArchive
-
The name of original file.
- getName() - Method in class com.aspose.zip.LzmaArchive
-
The name of original file.
- getName() - Method in class com.aspose.zip.LzxArchiveEntry
-
Gets the name of the entry.
- getName() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets the name of the entry within the archive.
- getName() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Gets the name of the entry within the archive.
- getName() - Method in class com.aspose.zip.SnappyArchive
-
The name of original file.
- getName() - Method in class com.aspose.zip.TarEntry
-
Gets the name of the entry within the archive.
- getName() - Method in class com.aspose.zip.UueArchive
-
Name of the original file.
- getName() - Method in class com.aspose.zip.WimEntry
-
Gets the name of the entry within the image.
- getName() - Method in class com.aspose.zip.XarEntry
-
Gets the name of the entry within the archive.
- getName() - Method in class com.aspose.zip.XzArchive
-
Gets the name of the entry within archive.
- getName() - Method in class com.aspose.zip.ZArchive
-
Gets the name of the entry within archive.
- getName() - Method in class com.aspose.zip.ZstandardArchive
-
Gets the name of the entry within archive.
- getNewEntrySettings() - Method in class com.aspose.zip.Archive
-
Compression and encryption settings used for newly added
ArchiveEntryitems. - getNewEntrySettings() - Method in class com.aspose.zip.SevenZipArchive
-
Compression and encryption settings used for newly added
SevenZipArchiveEntryitems. - getNewLine() - Method in class com.aspose.zip.UueSaveOptions
-
Gets the character terminating each line, usually "\n" or "\r\n".
- getNormal() - Static method in class com.aspose.zip.LzipArchiveSettings
-
Gets the instance of the
LzipArchiveSettingsclass with dictionary size equals to 16 megabytes in LZMA filter. - getNormal() - Static method in class com.aspose.zip.XzArchiveSettings
-
Gets the instance of the
XzArchiveSettingsclass with dictionary size equals to 16 megabytes in LZMA2 filter, block size equals to 64 megabytes and CRC32 checksum. - getNumberOfFastBytes() - Method in class com.aspose.zip.LzmaArchiveSettings
-
Gets the number of bytes used for fast match searching in the LZMA algorithm.
- getNumberOfFastBytes() - Method in class com.aspose.zip.LzmaCompressionSettings
-
Gets the number of bytes used for fast match searching in the LZMA algorithm.
- getNumberOfFastBytes() - Method in class com.aspose.zip.SevenZipLZMACompressionSettings
-
Gets the number of bytes used for fast match searching in the LZMA algorithm.
- getOutputBlockSize() - Method in class com.aspose.zip.SevenZipCipher
-
Gets the output block size.
- getParallelCompressInMemory() - Method in class com.aspose.zip.ParallelOptions
-
Gets value indicating how parallel approach to be used.
- getParallelOptions() - Method in class com.aspose.zip.ArchiveSaveOptions
-
Gets settings for parallel compression.
- getParent() - Method in class com.aspose.zip.CpioEntry
-
Gets the archive the entry belongs to.
- getParent() - Method in class com.aspose.zip.WimEntry
-
Gets the parent directory the entry belongs to.
- getParent() - Method in class com.aspose.zip.WimImage
-
Gets the archive the image belongs to.
- getParent() - Method in class com.aspose.zip.XarEntry
-
Gets the parent directory the entry belongs to.
- getParseHeader() - Method in class com.aspose.zip.GzipLoadOptions
-
Gets the value indicating whether to parse stream header to figure out properties, including name.
- getPassword() - Method in class com.aspose.zip.EncryptionSettings
-
Gets password for encryption or decryption.
- getPassword() - Method in class com.aspose.zip.SevenZipEncryptionSettings
-
Gets password for encryption or decryption.
- getPath() - Method in class com.aspose.zip.LhaArchiveEntry
-
Gets the full path to the entry.
- getPPMd() - Static method in class com.aspose.zip.CompressionSettings
-
An instance of
PPMdCompressionSettingswith default parameters. - getProceededBytes() - Method in class com.aspose.zip.ProgressEventArgs
-
Gets the number of bytes proceeded.
- getRootDirectory() - Method in class com.aspose.zip.WimImage
-
Gets the root directory entry of the image.
- getSegmentSize() - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Gets the size of the segment.
- getSegmentSize() - Method in class com.aspose.zip.SplitSevenZipArchiveSaveOptions
-
Gets the size of the segment.
- getSelfExtractorOptions() - Method in class com.aspose.zip.ArchiveSaveOptions
-
Gets settings for self extracted archive.
- getSettings() - Method in class com.aspose.zip.LzipArchive
-
Gets the setting of particular lzip archive.
- getShortName() - Method in class com.aspose.zip.WimEntry
-
Gets the short name of the entry within the image.
- getSkipChecksumVerification() - Method in class com.aspose.zip.ArchiveLoadOptions
-
Gets a value indicating whether checksum verification of ZIP entries be skipped and mismatch ignored.
- getSolid() - Method in class com.aspose.zip.SevenZipEntrySettings
-
Gets value indicating whether to concatenate entries and treat them as a single data block.
- getStore() - Static method in class com.aspose.zip.CompressionSettings
-
An instance of
StoreCompressionSettingswith default parameters. - getSuballocatorSize() - Method in class com.aspose.zip.PPMdCompressionSettings
-
Gets the sub-allocator size in MB.
- getSuballocatorSize() - Method in class com.aspose.zip.SevenZipPPMdCompressionSettings
-
Gets the sub-allocator size in MB.
- getUncompressedSize() - Method in class com.aspose.zip.ArchiveEntry
-
Gets size of the original file.
- getUncompressedSize() - Method in class com.aspose.zip.ArjEntryPlain
-
Gets size of the original file.
- getUncompressedSize() - Method in class com.aspose.zip.GzipArchive
-
Gets size of an original file.
- getUncompressedSize() - Method in class com.aspose.zip.LzxArchiveEntry
-
Gets size of the original file.
- getUncompressedSize() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets the size of the original file.
- getUncompressedSize() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Gets the size of the original file.
- getUncompressedSize() - Method in class com.aspose.zip.TarEntry
-
Gets the size of an original file.
- getUnixFilePermissions() - Method in class com.aspose.zip.UueSaveOptions
-
Gets the file's Unix file permissions.
- getXz() - Static method in class com.aspose.zip.CompressionSettings
-
An instance of
Xzwith default parameters. - getZstd() - Static method in class com.aspose.zip.CompressionSettings
-
An instance of
ZstandardCompressionSettingswith default parameters. - Gnu - com.aspose.zip.TarFormat
-
GNU tar is based on the early draft of POSIX.1.
- Gzip - com.aspose.zip.ArchiveFormat
-
Gzip archive (
GzipArchive). - GzipArchive - Class in com.aspose.zip
-
This class represents a gzip archive file.
- GzipArchive() - Constructor for class com.aspose.zip.GzipArchive
-
Initializes a new instance of the
GzipArchiveclass prepared for compressing. - GzipArchive(InputStream) - Constructor for class com.aspose.zip.GzipArchive
-
Initializes a new instance of the
GzipArchiveclass prepared for decompressing. - GzipArchive(InputStream, boolean) - Constructor for class com.aspose.zip.GzipArchive
-
Initializes a new instance of the
GzipArchiveclass prepared for decompressing. - GzipArchive(InputStream, GzipLoadOptions) - Constructor for class com.aspose.zip.GzipArchive
-
Initializes a new instance of the
GzipArchiveclass prepared for decompressing. - GzipArchive(String) - Constructor for class com.aspose.zip.GzipArchive
-
Initializes a new instance of the
GzipArchiveclass. - GzipArchive(String, boolean) - Constructor for class com.aspose.zip.GzipArchive
-
Initializes a new instance of the
GzipArchiveclass. - GzipArchive(String, GzipLoadOptions) - Constructor for class com.aspose.zip.GzipArchive
-
Initializes a new instance of the
GzipArchiveclass prepared for decompressing. - GzipLoadOptions - Class in com.aspose.zip
-
Options for loading
GzipArchive. - GzipLoadOptions() - Constructor for class com.aspose.zip.GzipLoadOptions
H
- hasHardLinks() - Method in class com.aspose.zip.WimEntry
-
Gets whether the file or directory is known by other names.
I
- IArchive - Interface in com.aspose.zip
-
This interface represents an archive.
- IArchiveFileEntry - Interface in com.aspose.zip
-
This interface represents an archive file entry.
- invoke(Object, TArgs) - Method in interface com.aspose.zip.Event
-
This method is being invoked when event is emitted.
- isContentEncrypted() - Method in class com.aspose.zip.ArchiveInstanceInfo
-
Gets a value indicating whether the content of the archive is encrypted.
- isDirectory() - Method in class com.aspose.zip.ArchiveEntry
-
Gets a value indicating whether the entry represents a directory.
- isDirectory() - Method in class com.aspose.zip.CpioEntry
-
Gets a value indicating whether the entry represents a directory.
- isDirectory() - Method in class com.aspose.zip.IsoEntry
-
Gets a value indicating whether the entry is a directory.
- isDirectory() - Method in class com.aspose.zip.LhaArchiveEntry
-
Gets a value indicating whether this entry is a directory.
- isDirectory() - Method in class com.aspose.zip.LzxArchiveEntry
-
Gets a value indicating whether this entry is a directory.
- isDirectory() - Method in class com.aspose.zip.RarArchiveEntry
-
Gets a value indicating whether the entry represents a directory.
- isDirectory() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Gets a value indicating whether the entry represents a directory.
- isDirectory() - Method in class com.aspose.zip.TarEntry
-
Gets a value indicating whether the entry represents a directory.
- isDirectory() - Method in class com.aspose.zip.WimEntry
-
Gets a value indicating whether the entry represents a directory.
- isDirectory() - Method in class com.aspose.zip.XarEntry
-
Gets a value indicating whether the entry represents a directory.
- isLicensed() - Method in class com.aspose.zip.MeteredLicense
-
Checks whether the product is successfully licensed using Metered license.
- Iso - com.aspose.zip.ArchiveFormat
-
Iso archive (
IsoArchive). - IsoArchive - Class in com.aspose.zip
-
Represents an ISO archive (ISO 9660).
- IsoArchive() - Constructor for class com.aspose.zip.IsoArchive
-
Initializes a new instance of the
IsoArchiveclass and creates an empty ISO archive for adding new files and directories. - IsoArchive(InputStream) - Constructor for class com.aspose.zip.IsoArchive
-
Initializes a new instance of the
IsoArchiveclass and composes an entry list that can be extracted from the archive. - IsoArchive(InputStream, IsoLoadOptions) - Constructor for class com.aspose.zip.IsoArchive
-
Initializes a new instance of the
IsoArchiveclass and composes an entry list that can be extracted from the archive. - IsoArchive(String) - Constructor for class com.aspose.zip.IsoArchive
-
Initializes a new instance of the
IsoArchiveclass and composes an entry list that can be extracted from the archive. - IsoArchive(String, IsoLoadOptions) - Constructor for class com.aspose.zip.IsoArchive
-
Initializes a new instance of the
IsoArchiveclass and composes an entry list that can be extracted from the archive. - IsoEntry - Class in com.aspose.zip
-
Represents an entry (file or directory) within an ISO archive.
- IsoLoadOptions - Class in com.aspose.zip
-
Options with which
IsoArchiveis loaded from a compressed file. - IsoLoadOptions() - Constructor for class com.aspose.zip.IsoLoadOptions
- IsoSaveOptions - Class in com.aspose.zip
-
Options for saving an ISO archive.
- IsoSaveOptions() - Constructor for class com.aspose.zip.IsoSaveOptions
L
- Lha - com.aspose.zip.ArchiveFormat
-
Lha archive (
LhaArchive). - LhaArchive - Class in com.aspose.zip
-
This class represents a LHA (.lzh) archive file.
- LhaArchive(InputStream) - Constructor for class com.aspose.zip.LhaArchive
-
Initializes a new instance of the
LhaArchiveclass and composes an entry list can be extracted from the archive. - LhaArchive(InputStream, LhaLoadOptions) - Constructor for class com.aspose.zip.LhaArchive
-
Initializes a new instance of the
LhaArchiveclass and composes an entry list can be extracted from the archive. - LhaArchive(String) - Constructor for class com.aspose.zip.LhaArchive
-
Initializes a new instance of the
LhaArchiveclass and composes an entry list can be extracted from the archive. - LhaArchive(String, LhaLoadOptions) - Constructor for class com.aspose.zip.LhaArchive
-
Initializes a new instance of the
LhaArchiveclass and composes an entry list can be extracted from the archive. - LhaArchiveEntry - Class in com.aspose.zip
-
Represents a single file within Lha archive.
- LhaDirectoryEntry - Class in com.aspose.zip
-
Represents an empty directory inside Lha archive.
- LhaLoadOptions - Class in com.aspose.zip
-
Options with which archive is loaded from a compressed file.
- LhaLoadOptions() - Constructor for class com.aspose.zip.LhaLoadOptions
- License - Class in com.aspose.zip
-
Provides methods to license the component.
- License() - Constructor for class com.aspose.zip.License
-
Initializes a new instance of the
Licenseclass. - Lz4 - com.aspose.zip.ArchiveFormat
-
Lz4 archive (
Lz4Archive). - Lz4Archive - Class in com.aspose.zip
-
This class represents LZ4 archive file.
- Lz4Archive() - Constructor for class com.aspose.zip.Lz4Archive
-
Initializes a new instance of the
Lz4Archiveclass prepared for compressing. - Lz4Archive(Lz4ArchiveSetting) - Constructor for class com.aspose.zip.Lz4Archive
-
Initializes a new instance of the
Lz4Archiveclass prepared for compressing. - Lz4Archive(InputStream) - Constructor for class com.aspose.zip.Lz4Archive
-
Initializes a new instance of the
Lz4Archiveclass prepared for decompressing. - Lz4Archive(InputStream, Lz4LoadOptions) - Constructor for class com.aspose.zip.Lz4Archive
-
Initializes a new instance of the
Lz4Archiveclass prepared for decompressing. - Lz4Archive(String) - Constructor for class com.aspose.zip.Lz4Archive
-
Initializes a new instance of the
Lz4Archiveclass. - Lz4Archive(String, Lz4LoadOptions) - Constructor for class com.aspose.zip.Lz4Archive
-
Initializes a new instance of the
Lz4Archiveclass. - Lz4ArchiveSetting - Class in com.aspose.zip
-
Settings for LZ4 archive composition.
- Lz4ArchiveSetting() - Constructor for class com.aspose.zip.Lz4ArchiveSetting
-
Initializes a new instance of the
Lz4ArchiveSettingwith default parameters. - Lz4LoadOptions - Class in com.aspose.zip
-
Options for loading
Lz4Archive. - Lz4LoadOptions() - Constructor for class com.aspose.zip.Lz4LoadOptions
- Lzip - com.aspose.zip.ArchiveFormat
-
Lzip archive (
LzipArchive). - LzipArchive - Class in com.aspose.zip
-
This class represents a Lzip archive file.
- LzipArchive() - Constructor for class com.aspose.zip.LzipArchive
-
Initializes a new instance of the
LzipArchive. - LzipArchive(LzipArchiveSettings) - Constructor for class com.aspose.zip.LzipArchive
-
Initializes a new instance of the
LzipArchive. - LzipArchive(InputStream) - Constructor for class com.aspose.zip.LzipArchive
-
Initializes a new instance of the
LzipArchiveclass prepared for decompressing. - LzipArchive(InputStream, LzipLoadOptions) - Constructor for class com.aspose.zip.LzipArchive
-
Initializes a new instance of the
LzipArchiveclass prepared for decompressing. - LzipArchive(String) - Constructor for class com.aspose.zip.LzipArchive
-
Initializes a new instance of the
LzipArchiveclass prepared for decompressing. - LzipArchive(String, LzipLoadOptions) - Constructor for class com.aspose.zip.LzipArchive
-
Initializes a new instance of the
LzipArchiveclass prepared for decompressing. - LzipArchiveSettings - Class in com.aspose.zip
-
The class contains setting of a particular lzip archive.
- LzipArchiveSettings(int) - Constructor for class com.aspose.zip.LzipArchiveSettings
-
Initializes a new instance of the
LzipArchiveSettingswith particular dictionary size. - LzipArchiveSettings(int, int) - Constructor for class com.aspose.zip.LzipArchiveSettings
-
Initializes a new instance of the
LzipArchiveSettingswith particular dictionary size. - LzipLoadOptions - Class in com.aspose.zip
-
Options for loading
LzipArchive. - LzipLoadOptions() - Constructor for class com.aspose.zip.LzipLoadOptions
- Lzma - com.aspose.zip.ArchiveFormat
-
Lzma archive (
LzmaArchive). - LZMA - com.aspose.zip.SevenZipCompressionMethod
-
File is compressed using LZMA.
- LZMA2 - com.aspose.zip.SevenZipCompressionMethod
-
File is compressed using LZMA2.
- LzmaArchive - Class in com.aspose.zip
-
This class represents LZMA archive file.
- LzmaArchive() - Constructor for class com.aspose.zip.LzmaArchive
-
Initializes a new instance of the
LzmaArchiveclass and composes the archive in lzma format. - LzmaArchive(LzmaArchiveSettings) - Constructor for class com.aspose.zip.LzmaArchive
-
Initializes a new instance of the
LzmaArchiveclass and composes the archive in lzma format. - LzmaArchive(InputStream) - Constructor for class com.aspose.zip.LzmaArchive
-
Initializes a new instance of the
LzmaArchiveclass prepared for decompressing. - LzmaArchive(String) - Constructor for class com.aspose.zip.LzmaArchive
-
Initializes a new instance of the
LzmaArchiveclass prepared for decompressing. - LzmaArchiveSettings - Class in com.aspose.zip
-
Settings for lzma archive.
- LzmaArchiveSettings() - Constructor for class com.aspose.zip.LzmaArchiveSettings
-
Initializes a new instance of the
LzmaArchiveSettingsclass with default dictionary size, equals to 16 megabytes, number of fast bytes equal to 32 and literal context bits equal to 3. - LzmaCompressionSettings - Class in com.aspose.zip
-
Settings for LZMA compression method.
- LzmaCompressionSettings() - Constructor for class com.aspose.zip.LzmaCompressionSettings
-
Initializes a new instance of the
LzmaCompressionSettingsclass with default parameters. - LzmaCompressionSettings(int) - Constructor for class com.aspose.zip.LzmaCompressionSettings
-
Initializes a new instance of the
LzmaCompressionSettingsclass with specified dictionary size, default number of fast bytes equal to 32 and number of literal context bits equal to 3. - LzmaCompressionSettings(int, int, int) - Constructor for class com.aspose.zip.LzmaCompressionSettings
-
Initializes a new instance of the
LzmaCompressionSettingsclass with specified dictionary size, number of fast bytes and number of literal context bits. - Lzx - com.aspose.zip.ArchiveFormat
-
Lzx archive (
LzxArchive). - LzxArchive - Class in com.aspose.zip
-
This class represents a LZX (.lzx) archive file.
- LzxArchive(InputStream) - Constructor for class com.aspose.zip.LzxArchive
-
Initializes a new instance of the
LzxArchiveclass and composes an entry list can be extracted from the archive. - LzxArchive(InputStream, LzxLoadOptions) - Constructor for class com.aspose.zip.LzxArchive
-
Initializes a new instance of the
LzxArchiveclass and composes an entry list can be extracted from the archive. - LzxArchive(String) - Constructor for class com.aspose.zip.LzxArchive
-
Initializes a new instance of the
LzxArchiveclass and composes an entry list can be extracted from the archive. - LzxArchive(String, LzxLoadOptions) - Constructor for class com.aspose.zip.LzxArchive
-
Initializes a new instance of the
LzxArchiveclass and composes an entry list can be extracted from the archive. - LzxArchiveEntry - Class in com.aspose.zip
-
Represents a single file within LZX archive.
- LzxLoadOptions - Class in com.aspose.zip
-
Options with which archive is loaded from a compressed file.
- LzxLoadOptions() - Constructor for class com.aspose.zip.LzxLoadOptions
M
- MeteredLicense - Class in com.aspose.zip
-
Provides methods to set metered key.
- MeteredLicense() - Constructor for class com.aspose.zip.MeteredLicense
N
- Never - com.aspose.zip.ParallelCompressionMode
-
Do not compress in parallel.
- NewAscii - com.aspose.zip.CpioFormat
-
New ASCII Format.
- NewAsciiCrc - com.aspose.zip.CpioFormat
-
New ASCII CRC Format.
- None - com.aspose.zip.XzCheckType
-
Checksum will not be calculated.
O
- OldAscii - com.aspose.zip.CpioFormat
-
Portable ASCII Format.
- OldBinary - com.aspose.zip.CpioFormat
-
Old Binary Format.
- open() - Method in class com.aspose.zip.ArchiveEntry
-
Opens the entry for extraction and provides a stream with decompressed entry content.
- open() - Method in class com.aspose.zip.Bzip2Archive
-
Opens the archive for extraction and provides a stream with archive content.
- open() - Method in class com.aspose.zip.CabEntry
-
Opens the entry for extraction and provides a stream with entry content.
- open() - Method in class com.aspose.zip.CpioEntry
-
Opens the entry for extraction and provides a stream with entry content.
- open() - Method in class com.aspose.zip.GzipArchive
-
Opens the archive for extraction and provides a stream with archive content.
- open() - Method in class com.aspose.zip.Lz4Archive
-
Opens the archive for extraction and provides a stream with archive content.
- open() - Method in class com.aspose.zip.RarArchiveEntry
-
Opens the entry for extraction and provides a stream with decompressed entry content.
- open() - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Opens the entry for extraction and provides a stream with entry content.
- open() - Method in class com.aspose.zip.TarEntry
-
Opens the entry for extraction and provides a stream with entry content.
- open() - Method in class com.aspose.zip.UueArchive
-
Opens the archive for decoding and provides a stream with archive content.
- open() - Method in class com.aspose.zip.WimFileEntry
-
Opens the entry for extraction and provides a stream with entry content.
- open() - Method in class com.aspose.zip.XarFileEntry
-
Opens the entry for extraction and provides a stream with entry content.
- open() - Method in class com.aspose.zip.ZstandardArchive
-
Opens the archive for extraction and provides a stream with archive content.
- open(String) - Method in class com.aspose.zip.ArchiveEntry
-
Opens the entry for extraction and provides a stream with decompressed entry content.
- open(String) - Method in class com.aspose.zip.RarArchiveEntry
-
Opens the entry for extraction and provides a stream with decompressed entry content.
- open(String) - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Opens the entry for extraction and provides a stream with entry content.
P
- ParallelCompressionMode - Enum in com.aspose.zip
-
Options of usage parallel compression facility.
- ParallelOptions - Class in com.aspose.zip
-
Options for parallel compression.
- ParallelOptions() - Constructor for class com.aspose.zip.ParallelOptions
- Pax - com.aspose.zip.TarFormat
-
Format defined in POSIX.1-2001 standard.
- PPMd - com.aspose.zip.SevenZipCompressionMethod
-
File is compressed using PPMd.
- PPMdCompressionSettings - Class in com.aspose.zip
-
Settings for PPMd compression within a ZIP archive.
- PPMdCompressionSettings() - Constructor for class com.aspose.zip.PPMdCompressionSettings
-
Initializes a new instance of the
PPMdCompressionSettingsclass with default model order and sub-allocator size. - PPMdCompressionSettings(int, int) - Constructor for class com.aspose.zip.PPMdCompressionSettings
-
Initializes a new instance of the
PPMdCompressionSettingsclass. - ProgressCancelEventArgs - Class in com.aspose.zip
-
Class for cancelable event data containing the number of bytes proceeded.
- ProgressCancelEventArgs(long) - Constructor for class com.aspose.zip.ProgressCancelEventArgs
-
Initializes a new instance of the
ProgressCancelEventArgsclass. - ProgressEventArgs - Class in com.aspose.zip
-
Class for event data containing the number of bytes proceeded.
- ProgressEventArgs(long) - Constructor for class com.aspose.zip.ProgressEventArgs
-
Initializes a new instance of the
ProgressEventArgsclass.
R
- Rar - com.aspose.zip.ArchiveFormat
-
Rar archive (
RarArchive). - RarArchive - Class in com.aspose.zip
-
This class represents RAR archive file.
- RarArchive(InputStream) - Constructor for class com.aspose.zip.RarArchive
-
Initializes a new instance of the
RarArchiveclass and composes an entry list can be extracted from the archive. - RarArchive(InputStream, RarArchiveLoadOptions) - Constructor for class com.aspose.zip.RarArchive
-
Initializes a new instance of the
RarArchiveclass and composes an entry list can be extracted from the archive. - RarArchive(String) - Constructor for class com.aspose.zip.RarArchive
-
Initializes a new instance of the
RarArchiveclass and composes an entry list can be extracted from the archive. - RarArchive(String, RarArchiveLoadOptions) - Constructor for class com.aspose.zip.RarArchive
-
Initializes a new instance of the
RarArchiveclass and composes an entry list can be extracted from the archive. - RarArchiveEntry - Class in com.aspose.zip
-
Represents single file within archive.
- RarArchiveEntryEncrypted - Class in com.aspose.zip
-
Rar entry that needs to be decompressed with decryption.
- RarArchiveEntryPlain - Class in com.aspose.zip
-
Rar entry that needs to be decompressed without decryption.
- RarArchiveLoadOptions - Class in com.aspose.zip
-
Options with which
RarArchiveis loaded from a compressed file. - RarArchiveLoadOptions() - Constructor for class com.aspose.zip.RarArchiveLoadOptions
- resetMeteredKey() - Method in class com.aspose.zip.MeteredLicense
-
Removes previously setup license.
S
- save(File) - Method in class com.aspose.zip.Lz4Archive
-
Saves lz4 archive to destination file provided.
- save(File) - Method in class com.aspose.zip.LzipArchive
-
Saves lzip archive to destination file provided.
- save(File) - Method in class com.aspose.zip.LzmaArchive
-
Saves lzma archive to destination file provided.
- save(File) - Method in class com.aspose.zip.SnappyArchive
-
Saves snappy archive to the destination file provided.
- save(File) - Method in class com.aspose.zip.ZstandardArchive
-
Saves archive to the destination file provided.
- save(File, ZstandardSaveOptions) - Method in class com.aspose.zip.ZstandardArchive
-
Saves archive to the destination file provided.
- save(OutputStream) - Method in class com.aspose.zip.Archive
-
Saves archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.Bzip2Archive
-
Saves archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.GzipArchive
-
Saves archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.IsoArchive
-
Saves the ISO image to the specified stream.
- save(OutputStream) - Method in class com.aspose.zip.Lz4Archive
-
Saves lz4 archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.LzipArchive
-
Saves lzip archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.LzmaArchive
-
Saves lzma archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.SevenZipArchive
-
Saves 7z archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.SharArchive
-
Saves archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.SnappyArchive
-
Saves snappy archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.UueArchive
-
Saves archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.XarArchive
-
Saves archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.XzArchive
-
Saves xz archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.ZArchive
-
Saves Z archive to the stream provided.
- save(OutputStream) - Method in class com.aspose.zip.ZstandardArchive
-
Saves archive to the stream provided.
- save(OutputStream, ArchiveSaveOptions) - Method in class com.aspose.zip.Archive
-
Saves archive to the stream provided.
- save(OutputStream, Bzip2SaveOptions) - Method in class com.aspose.zip.Bzip2Archive
-
Saves archive to the stream provided.
- save(OutputStream, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream provided.
- save(OutputStream, IsoSaveOptions) - Method in class com.aspose.zip.IsoArchive
-
Saves the ISO image to the specified stream.
- save(OutputStream, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream provided.
- save(OutputStream, UueSaveOptions) - Method in class com.aspose.zip.UueArchive
-
Saves archive to the stream provided.
- save(OutputStream, XarSaveOptions) - Method in class com.aspose.zip.XarArchive
-
Saves archive to the stream provided.
- save(OutputStream, ZArchiveSaveOptions) - Method in class com.aspose.zip.ZArchive
-
Saves Z archive to the stream provided.
- save(OutputStream, ZstandardSaveOptions) - Method in class com.aspose.zip.ZstandardArchive
-
Saves archive to the stream provided.
- save(String) - Method in class com.aspose.zip.Archive
-
Saves archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.Bzip2Archive
-
Saves archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.GzipArchive
-
Saves archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.IsoArchive
-
Saves the ISO image to the specified path.
- save(String) - Method in class com.aspose.zip.Lz4Archive
-
Saves archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.LzipArchive
-
Saves lzip archive to destination file provided.
- save(String) - Method in class com.aspose.zip.LzmaArchive
-
Saves lzma archive to destination file provided.
- save(String) - Method in class com.aspose.zip.SevenZipArchive
-
Saves archive to a destination file provided.
- save(String) - Method in class com.aspose.zip.SharArchive
-
Saves archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.SnappyArchive
-
Saves snappy archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.UueArchive
-
Saves the archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.XarArchive
-
Saves archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.XzArchive
-
Saves xz archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.ZArchive
-
Saves Z archive to the destination file provided.
- save(String) - Method in class com.aspose.zip.ZstandardArchive
-
Saves archive to the destination file provided.
- save(String, ArchiveSaveOptions) - Method in class com.aspose.zip.Archive
-
Saves archive to the destination file provided.
- save(String, Bzip2SaveOptions) - Method in class com.aspose.zip.Bzip2Archive
-
Saves archive to the destination file provided.
- save(String, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the destination file provided.
- save(String, IsoSaveOptions) - Method in class com.aspose.zip.IsoArchive
-
Saves the ISO image to the specified path.
- save(String, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the destination file provided.
- save(String, UueSaveOptions) - Method in class com.aspose.zip.UueArchive
-
Saves the archive to the destination file provided.
- save(String, XarSaveOptions) - Method in class com.aspose.zip.XarArchive
-
Saves archive to the destination file provided.
- save(String, ZArchiveSaveOptions) - Method in class com.aspose.zip.ZArchive
-
Saves Z archive to the destination file provided.
- save(String, ZstandardSaveOptions) - Method in class com.aspose.zip.ZstandardArchive
-
Saves archive to the destination file provided.
- saveGzipped(OutputStream) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with gzip compression.
- saveGzipped(OutputStream) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with gzip compression.
- saveGzipped(OutputStream, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with gzip compression.
- saveGzipped(OutputStream, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with gzip compression.
- saveGzipped(String) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with gzip compression.
- saveGzipped(String) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with gzip compression.
- saveGzipped(String, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with gzip compression.
- saveGzipped(String, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with gzip compression.
- saveLZ4Compressed(OutputStream) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with LZ4 compression.
- saveLZ4Compressed(OutputStream, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with LZ4 compression.
- saveLZ4Compressed(String) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with LZ4 compression.
- saveLZ4Compressed(String, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with LZ4 compression.
- saveLzipped(OutputStream) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with lzip compression.
- saveLzipped(OutputStream) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with lzip compression.
- saveLzipped(OutputStream, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with lzip compression.
- saveLzipped(OutputStream, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with lzip compression.
- saveLzipped(String) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with lzip compression.
- saveLzipped(String) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with lzip compression.
- saveLzipped(String, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with lzip compression.
- saveLzipped(String, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with lzip compression.
- saveLZMACompressed(OutputStream) - Method in class com.aspose.zip.CpioArchive
-
Saves the archive to the stream with LZMA compression.
- saveLZMACompressed(OutputStream) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with LZMA compression.
- saveLZMACompressed(OutputStream, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves the archive to the stream with LZMA compression.
- saveLZMACompressed(OutputStream, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with LZMA compression.
- saveLZMACompressed(String) - Method in class com.aspose.zip.CpioArchive
-
Saves the archive to the file by path with lzma compression.
- saveLZMACompressed(String) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with lzma compression.
- saveLZMACompressed(String, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves the archive to the file by path with lzma compression.
- saveLZMACompressed(String, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with lzma compression.
- saveSplit(String, SplitArchiveSaveOptions) - Method in class com.aspose.zip.Archive
-
Saves multi-volume archive to the destination directory provided.
- saveSplit(String, SplitSevenZipArchiveSaveOptions) - Method in class com.aspose.zip.SevenZipArchive
-
Saves multi-volume archive to destination directory provided.
- saveXzCompressed(OutputStream) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with xz compression.
- saveXzCompressed(OutputStream) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with xz compression.
- saveXzCompressed(OutputStream, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with xz compression.
- saveXzCompressed(OutputStream, CpioFormat, XzArchiveSettings) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with xz compression.
- saveXzCompressed(OutputStream, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with xz compression.
- saveXzCompressed(OutputStream, TarFormat, XzArchiveSettings) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with xz compression.
- saveXzCompressed(String) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with xz compression.
- saveXzCompressed(String) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with xz compression.
- saveXzCompressed(String, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with xz compression.
- saveXzCompressed(String, CpioFormat, XzArchiveSettings) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with xz compression.
- saveXzCompressed(String, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with xz compression.
- saveXzCompressed(String, TarFormat, XzArchiveSettings) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with xz compression.
- saveZCompressed(OutputStream) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with Z compression.
- saveZCompressed(OutputStream) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with Z compression.
- saveZCompressed(OutputStream, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with Z compression.
- saveZCompressed(OutputStream, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with Z compression.
- saveZCompressed(String) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with Z compression.
- saveZCompressed(String) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with Z compression.
- saveZCompressed(String, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with Z compression.
- saveZCompressed(String, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with Z compression.
- saveZstandard(OutputStream) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with Zstandard compression.
- saveZstandard(OutputStream) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with Zstandard compression.
- saveZstandard(OutputStream, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the stream with Zstandard compression.
- saveZstandard(OutputStream, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the stream with Zstandard compression.
- saveZstandard(String) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with Zstandard compression.
- saveZstandard(String) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with Zstandard compression.
- saveZstandard(String, CpioFormat) - Method in class com.aspose.zip.CpioArchive
-
Saves archive to the file by path with Zstandard compression.
- saveZstandard(String, TarFormat) - Method in class com.aspose.zip.TarArchive
-
Saves archive to the file by path with Zstandard compression.
- SelfExtractorOptions - Class in com.aspose.zip
-
Options for creation of self-extracting executable archive.
- SelfExtractorOptions() - Constructor for class com.aspose.zip.SelfExtractorOptions
- setArchiveComment(String) - Method in class com.aspose.zip.ArchiveSaveOptions
-
Sets optional comment for the Zip file.
- setArchiveComment(String) - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Sets optional comment for the Zip file.
- setAvailableMemorySize(int) - Method in class com.aspose.zip.ParallelOptions
-
Sets memory estimate in megabytes available to accomodate compressed entries without a swap to disk.
- setCancel(boolean) - Method in class com.aspose.zip.CancelEntryEventArgs
-
Sets a value indicating whether the event should be canceled.
- setCancel(boolean) - Method in class com.aspose.zip.CancelEntryEventArgsXar
-
Sets a value indicating whether the event should be canceled.
- setCancel(boolean) - Method in class com.aspose.zip.ProgressCancelEventArgs
-
Sets a value indicating whether the event should be canceled.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.ArchiveLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.ArjLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.Bzip2LoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.CabLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.GzipLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.IsoLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.LhaLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.Lz4LoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.LzipLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.LzxLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.RarArchiveLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.SevenZipLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.WimLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.XarLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.XzLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.ZArchiveLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCancellationFlag(CancellationFlag) - Method in class com.aspose.zip.ZstandardLoadOptions
-
Sets a cancellation flag used to cancel the extraction operation.
- setCloseEntrySource(boolean) - Method in class com.aspose.zip.ArchiveSaveOptions
-
Sets a value indicating whether entries' sources should be closed right after an entry has been compressed.
- setCloseEntrySource(boolean) - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Sets a value indicating whether entries' sources should be closed right after an entry has been compressed.
- setCompressHeader(boolean) - Method in class com.aspose.zip.SevenZipEntrySettings
-
Sets value indicating whether to compress archive header.
- setCompressionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.ArchiveEntry
-
Sets an event that is raised when a portion of raw stream compressed.
- setCompressionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.Bzip2SaveOptions
-
Sets an event that is raised when a portion of raw stream compressed.
- setCompressionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.LzmaArchiveSettings
-
Sets an event that is raised when a portion of raw stream compressed.
- setCompressionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.SevenZipArchiveEntry
-
Sets an event that is raised when a portion of raw stream compressed.
- setCompressionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.XarFileEntry
-
Sets an event that is raised when a portion of raw stream compressed.
- setCompressionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.ZArchiveSaveOptions
-
Sets an event that is raised when a portion of raw stream compressed.
- setCompressionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.ZstandardSaveOptions
-
Sets an event that is raised when a portion of raw stream compressed.
- setCompressionThreads(int) - Method in class com.aspose.zip.Bzip2SaveOptions
-
Sets compression thread count.
- setCompressionThreads(int) - Method in class com.aspose.zip.LzipArchiveSettings
-
Sets compression thread count.
- setCompressionThreads(int) - Method in class com.aspose.zip.SevenZipLZMA2CompressionSettings
-
Sets compression thread count.
- setCompressionThreads(int) - Method in class com.aspose.zip.XzArchiveSettings
-
Sets compression thread count.
- setDataDescriptorPolicy(ZipDataDescriptorPolicy) - Method in class com.aspose.zip.ArchiveSaveOptions
-
Sets settings for Data Descriptor emission.
- setDecryptionPassword(String) - Method in class com.aspose.zip.ArchiveLoadOptions
-
Sets the password to decrypt entries.
- setDecryptionPassword(String) - Method in class com.aspose.zip.RarArchiveLoadOptions
-
Sets the password to decrypt entries and entry names.
- setDecryptionPassword(String) - Method in class com.aspose.zip.SevenZipLoadOptions
-
Sets the password to decrypt entries and entry names.
- setDictionarySize(int) - Method in class com.aspose.zip.LzmaArchiveSettings
-
Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
- setDictionarySize(int) - Method in class com.aspose.zip.SevenZipLZMACompressionSettings
-
Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data is kept in memory.
- setEncoding(Charset) - Method in class com.aspose.zip.ArchiveLoadOptions
-
Sets the encoding for entries' names.
- setEncoding(Charset) - Method in class com.aspose.zip.ArchiveSaveOptions
-
Sets encoding for converting file names and other strings to bytes.
- setEncoding(Charset) - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Sets encoding for converting file names and other strings to bytes.
- setEncryptHeader(boolean) - Method in class com.aspose.zip.SevenZipEncryptionSettings
-
Sets a value indicating header encryption.
- setEncryptionOptions(EncryptionSettings) - Method in class com.aspose.zip.ArchiveSaveOptions
-
Sets encryption settings for saving existing ZIP archive.
- setEntryAccessed(Event<EntryEventArgs>) - Method in class com.aspose.zip.EventsBag
-
Sets an event that is raised before an archive entry is being compressed.
- setEntryAccessed(Event<EntryEventArgsIso>) - Method in class com.aspose.zip.EventsBagIso
-
Sets an event that is raised before an archive entry is being compressed.
- setEntryAccessed(Event<EntryEventArgsXar>) - Method in class com.aspose.zip.EventsBagXar
-
Sets an event that is raised before an archive entry is being compressed.
- setEntryCompressed(Event<CancelEntryEventArgs>) - Method in class com.aspose.zip.EventsBag
-
Sets an event that is raised after an archive entry has been compressed.
- setEntryCompressed(Event<CancelEntryEventArgsXar>) - Method in class com.aspose.zip.EventsBagXar
-
Sets an event that is raised after an archive entry has been compressed.
- setEntryCompressed(Event<EntryEventArgsIso>) - Method in class com.aspose.zip.EventsBagIso
-
Sets an event that is raised after an archive entry has been compressed.
- setEntryExtractionProgressed(Event<ProgressCancelEventArgs>) - Method in class com.aspose.zip.ArchiveLoadOptions
-
Sets an event that is raised when some bytes have been extracted.
- setEntryExtractionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.IsoLoadOptions
-
Sets an event that is raised when some bytes have been extracted.
- setEntryExtractionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.XarLoadOptions
-
Sets an event that is raised when some bytes have been extracted.
- setEntryListed(Event<EntryEventArgs>) - Method in class com.aspose.zip.ArchiveLoadOptions
-
Sets an event that is raised when an entry listed within table of content.
- setEventsBag(EventsBag) - Method in class com.aspose.zip.ArchiveSaveOptions
-
Sets container of events raising on archive saving.
- setEventsBag(EventsBag) - Method in class com.aspose.zip.SplitArchiveSaveOptions
-
Sets container of events raising on archive saving.
- setEventsBag(EventsBagIso) - Method in class com.aspose.zip.IsoSaveOptions
-
Sets the container of events raising on archive saving.
- setEventsBag(EventsBagXar) - Method in class com.aspose.zip.XarSaveOptions
-
Sets container of events raising on archive saving.
- setExtractionProgressed(Event<ProgressCancelEventArgs>) - Method in class com.aspose.zip.ArchiveEntry
-
Sets an event that is raised when a portion of raw stream extracted.
- setExtractionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.Bzip2LoadOptions
-
Sets an event that is raised when some bytes have been extracted.
- setExtractionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.RarArchiveEntry
-
Sets an event that is raised when a portion of raw stream extracted.
- setExtractionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.ZArchiveLoadOptions
-
Sets an event that is raised when some bytes have been extracted.
- setExtractionProgressed(Event<ProgressEventArgs>) - Method in class com.aspose.zip.ZstandardLoadOptions
-
Sets an event that is raised when some bytes have been extracted.
- setIncludeBlockChecksum(boolean) - Method in class com.aspose.zip.Lz4ArchiveSetting
-
Sets a value indicating whether to include compressed xxh32 hash at the end of compressed block.
- setIncludeContentChecksum(boolean) - Method in class com.aspose.zip.Lz4ArchiveSetting
-
Sets a value indicating whether to include content xxh32 hash at the end of LZ4 archive.
- setIncludeContentSize(boolean) - Method in class com.aspose.zip.Lz4ArchiveSetting
-
Sets a value indicating whether to include the content size in the frame.
- setLicense(File) - Method in class com.aspose.zip.License
-
Licenses the component.
- setLicense(InputStream) - Method in class com.aspose.zip.License
-
Licenses the component.
- setLicense(String) - Method in class com.aspose.zip.License
-
Licenses the component.
- setLiteralContextBits(int) - Method in class com.aspose.zip.LzmaArchiveSettings
-
Sets the number of literal context bits.
- setMeteredKey(String, String) - Method in class com.aspose.zip.MeteredLicense
-
Sets metered public and private keys.
- setModificationTime(Date) - Method in class com.aspose.zip.ArchiveEntry
-
Sets last modified date and time.
- setName(String) - Method in class com.aspose.zip.TarEntry
-
Sets the name of the entry within the archive.
- setNumberOfFastBytes(int) - Method in class com.aspose.zip.LzmaArchiveSettings
-
Sets the number of bytes used for fast match searching in the LZMA algorithm.
- setParallelCompressInMemory(ParallelCompressionMode) - Method in class com.aspose.zip.ParallelOptions
-
Sets value indicating how parallel approach to be used.
- setParallelOptions(ParallelOptions) - Method in class com.aspose.zip.ArchiveSaveOptions
-
Sets settings for parallel compression.
- setParseHeader(boolean) - Method in class com.aspose.zip.GzipLoadOptions
-
Sets the value indicating whether to parse stream header to figure out properties, including name.
- setPassword(String) - Method in class com.aspose.zip.EncryptionSettings
-
Sets password for encryption or decryption.
- setPassword(String) - Method in class com.aspose.zip.SevenZipEncryptionSettings
-
Sets password for encryption or decryption.
- setSelfExtractorOptions(SelfExtractorOptions) - Method in class com.aspose.zip.ArchiveSaveOptions
-
Sets settings for self extracted archive.
- setSkipChecksumVerification(boolean) - Method in class com.aspose.zip.ArchiveLoadOptions
-
Sets a value indicating whether checksum verification of ZIP entries be skipped and mismatch ignored.
- setSolid(boolean) - Method in class com.aspose.zip.SevenZipEntrySettings
-
Sets value indicating whether to concatenate entries and treat them as a single data block.
- setSource(CpioArchive) - Method in class com.aspose.zip.Bzip2Archive
-
Sets the content to be compressed within the archive.
- setSource(CpioArchive, CpioFormat) - Method in class com.aspose.zip.Bzip2Archive
-
Sets the content to be compressed within the archive.
- setSource(TarArchive) - Method in class com.aspose.zip.Bzip2Archive
-
Sets the content to be compressed within the archive.
- setSource(TarArchive) - Method in class com.aspose.zip.GzipArchive
-
Sets the content to be compressed within the archive.
- setSource(TarArchive) - Method in class com.aspose.zip.Lz4Archive
-
Sets the content to be compressed within the archive.
- setSource(TarArchive, TarFormat) - Method in class com.aspose.zip.Bzip2Archive
-
Sets the content to be compressed within the archive.
- setSource(TarArchive, TarFormat) - Method in class com.aspose.zip.Lz4Archive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.Bzip2Archive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.GzipArchive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.Lz4Archive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.LzipArchive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.LzmaArchive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.SnappyArchive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.UueArchive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.XzArchive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.ZArchive
-
Sets the content to be compressed within the archive.
- setSource(File) - Method in class com.aspose.zip.ZstandardArchive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.Bzip2Archive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.GzipArchive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.Lz4Archive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.LzipArchive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.LzmaArchive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.SnappyArchive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.UueArchive
-
Sets the content to be encoded within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.XzArchive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.ZArchive
-
Sets the content to be compressed within the archive.
- setSource(InputStream) - Method in class com.aspose.zip.ZstandardArchive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.Bzip2Archive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.GzipArchive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.Lz4Archive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.LzipArchive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.LzmaArchive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.SnappyArchive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.UueArchive
-
Sets the content to be encoded within the archive.
- setSource(String) - Method in class com.aspose.zip.XzArchive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.ZArchive
-
Sets the content to be compressed within the archive.
- setSource(String) - Method in class com.aspose.zip.ZstandardArchive
-
Sets the content to be compressed within the archive.
- setUnixFilePermissions(String) - Method in class com.aspose.zip.UueSaveOptions
-
Sets the file's Unix file permissions.
- SevenZip - com.aspose.zip.ArchiveFormat
-
7zip archive (
SevenZipArchive). - SevenZipAESEncryptionSettings - Class in com.aspose.zip
-
Settings for AES encryption or decryption algorithm within 7z archive.
- SevenZipAESEncryptionSettings(SevenZipCipher) - Constructor for class com.aspose.zip.SevenZipAESEncryptionSettings
-
Initializes a new instance of the
SevenZipAESEncryptionSettingsclass with external cipher. - SevenZipAESEncryptionSettings(String) - Constructor for class com.aspose.zip.SevenZipAESEncryptionSettings
-
Initializes a new instance of the
SevenZipAESEncryptionSettingsclass. - SevenZipArchive - Class in com.aspose.zip
-
This class represents 7z archive file.
- SevenZipArchive() - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass with optional settings for its entries. - SevenZipArchive(SevenZipEntrySettings) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass with optional settings for its entries. - SevenZipArchive(InputStream) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass and composes an entry list can be extracted from the archive. - SevenZipArchive(InputStream, SevenZipLoadOptions) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass and composes an entry list can be extracted from the archive. - SevenZipArchive(InputStream, String) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass and composes an entry list can be extracted from the archive. - SevenZipArchive(String) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass and composes an entry list can be extracted from the archive. - SevenZipArchive(String[]) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass from multi-volume 7z archive and composes an entry list can be extracted from the archive. - SevenZipArchive(String[], String) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass from multi-volume 7z archive and composes an entry list can be extracted from the archive. - SevenZipArchive(String, SevenZipLoadOptions) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass and composes an entry list can be extracted from the archive. - SevenZipArchive(String, String) - Constructor for class com.aspose.zip.SevenZipArchive
-
Initializes a new instance of the
SevenZipArchiveclass and composes an entry list can be extracted from the archive. - SevenZipArchiveEntry - Class in com.aspose.zip
-
Represents a single file within 7z archive.
- SevenZipArchiveEntryEncrypted - Class in com.aspose.zip
-
SevenZip archive entry that needs to be compressed with encryption or decompressed with decryption.
- SevenZipArchiveEntryPlain - Class in com.aspose.zip
-
SevenZip entry that needs to be compressed without encryption or decompressed without decryption.
- SevenZipBZip2CompressionSettings - Class in com.aspose.zip
-
Settings for BZip2 compression method within 7z archive.
- SevenZipBZip2CompressionSettings() - Constructor for class com.aspose.zip.SevenZipBZip2CompressionSettings
-
Initializes a new instance of the
SevenZipBZip2CompressionSettingsclass with default block size, equals to 9 hundred of kilobytes. - SevenZipBZip2CompressionSettings(int) - Constructor for class com.aspose.zip.SevenZipBZip2CompressionSettings
-
Initializes a new instance of the
SevenZipBZip2CompressionSettingsclass. - SevenZipCipher - Class in com.aspose.zip
-
Base class for AES cipher used for 7-zip encryption.
- SevenZipCompressionMethod - Enum in com.aspose.zip
-
Methods of compression that 7z format support.
- SevenZipCompressionSettings - Class in com.aspose.zip
-
Settings needed for 7z compressor or decompressor to work.
- SevenZipCompressionSettings() - Constructor for class com.aspose.zip.SevenZipCompressionSettings
- SevenZipEncryptionSettings - Class in com.aspose.zip
-
Base class for settings for several 7z encryption methods.
- SevenZipEntrySettings - Class in com.aspose.zip
-
Settings used to compress or decompress 7z entries.
- SevenZipEntrySettings() - Constructor for class com.aspose.zip.SevenZipEntrySettings
-
Initializes a new instance of the
SevenZipEntrySettingsclass. - SevenZipEntrySettings(SevenZipCompressionSettings) - Constructor for class com.aspose.zip.SevenZipEntrySettings
-
Initializes a new instance of the
SevenZipEntrySettingsclass. - SevenZipEntrySettings(SevenZipCompressionSettings, SevenZipEncryptionSettings) - Constructor for class com.aspose.zip.SevenZipEntrySettings
-
Initializes a new instance of the
SevenZipEntrySettingsclass. - SevenZipLoadOptions - Class in com.aspose.zip
-
Options with which
SevenZipArchiveis loaded from a compressed file. - SevenZipLoadOptions() - Constructor for class com.aspose.zip.SevenZipLoadOptions
- SevenZipLZMA2CompressionSettings - Class in com.aspose.zip
-
Settings for LZMA2 compression method within 7z archive.
- SevenZipLZMA2CompressionSettings() - Constructor for class com.aspose.zip.SevenZipLZMA2CompressionSettings
-
Instantiates settings for LZMA2 compression method within 7z archive.
- SevenZipLZMA2CompressionSettings(int) - Constructor for class com.aspose.zip.SevenZipLZMA2CompressionSettings
-
Instantiates settings for LZMA2 compression method within 7z archive.
- SevenZipLZMA2CompressionSettings(int, int) - Constructor for class com.aspose.zip.SevenZipLZMA2CompressionSettings
-
Instantiates settings for LZMA2 compression method within 7z archive.
- SevenZipLZMACompressionSettings - Class in com.aspose.zip
-
Settings for LZMA compression method within 7z archive.
- SevenZipLZMACompressionSettings() - Constructor for class com.aspose.zip.SevenZipLZMACompressionSettings
-
Initializes a new instance of the
SevenZipLZMACompressionSettingsclass with default parameters. - SevenZipLZMACompressionSettings(int) - Constructor for class com.aspose.zip.SevenZipLZMACompressionSettings
-
Initializes a new instance of the
SevenZipLZMACompressionSettingsclass with specified dictionary size, number of fast bytes equal to 32, number of literal context bits equal to 3. - SevenZipLZMACompressionSettings(int, int, int) - Constructor for class com.aspose.zip.SevenZipLZMACompressionSettings
-
Initializes a new instance of the
SevenZipLZMACompressionSettingsclass with specified dictionary size, number of fast bytes and number of literal context bits. - SevenZipPPMdCompressionSettings - Class in com.aspose.zip
-
Settings for PPMd compression method within 7z archive.
- SevenZipPPMdCompressionSettings() - Constructor for class com.aspose.zip.SevenZipPPMdCompressionSettings
-
Instantiates settings for PPMd compression method within 7z archive with default model order and sub-allocator size.
- SevenZipPPMdCompressionSettings(int, int) - Constructor for class com.aspose.zip.SevenZipPPMdCompressionSettings
-
Instantiates settings for PPMd compression method within 7z archive.
- SevenZipStoreCompressionSettings - Class in com.aspose.zip
-
Settings for Store compression method within 7z archive.
- SevenZipStoreCompressionSettings() - Constructor for class com.aspose.zip.SevenZipStoreCompressionSettings
- Shar - com.aspose.zip.ArchiveFormat
-
Shar archive (
SharArchive). - SharArchive - Class in com.aspose.zip
-
This class represents a shar archive file.
- SharArchive() - Constructor for class com.aspose.zip.SharArchive
-
Initializes a new instance of the
SharArchiveclass. - SharArchive(String) - Constructor for class com.aspose.zip.SharArchive
-
Initializes a new instance of the
SharArchiveclass prepared for decompressing. - SharEntry - Class in com.aspose.zip
-
Represents a single file within shar archive.
- Snappy - com.aspose.zip.ArchiveFormat
-
Snappy archive (
SnappyArchive). - SnappyArchive - Class in com.aspose.zip
-
This class represents a snappy archive file.
- SnappyArchive() - Constructor for class com.aspose.zip.SnappyArchive
-
Initializes a new instance of the
SnappyArchiveclass prepared for compressing. - SnappyArchive(InputStream) - Constructor for class com.aspose.zip.SnappyArchive
-
Initializes a new instance of the
SnappyArchiveclass prepared for decompressing. - SnappyArchive(String) - Constructor for class com.aspose.zip.SnappyArchive
-
Initializes a new instance of the
SnappyArchiveclass prepared for decompressing. - SplitArchiveSaveOptions - Class in com.aspose.zip
-
Options for saving a multi-volume ZIP archive.
- SplitArchiveSaveOptions(String, long) - Constructor for class com.aspose.zip.SplitArchiveSaveOptions
-
Instantiates settings for saving a multi-volume ZIP archive.
- SplitSevenZipArchiveSaveOptions - Class in com.aspose.zip
-
Options for saving a multi-volume 7-zip archive.
- SplitSevenZipArchiveSaveOptions(String, long) - Constructor for class com.aspose.zip.SplitSevenZipArchiveSaveOptions
-
Instantiates settings for saving a multi-volume 7z archive.
- Store - com.aspose.zip.SevenZipCompressionMethod
-
The file is stored (no compression).
- StoreCompressionSettings - Class in com.aspose.zip
-
Settings for Store compression within a ZIP archive.
- StoreCompressionSettings() - Constructor for class com.aspose.zip.StoreCompressionSettings
-
Initializes a new instance of the
StoreCompressionSettingsclass.
T
- Tar - com.aspose.zip.ArchiveFormat
-
Tar archive (
TarArchive). - TarArchive - Class in com.aspose.zip
-
This class represents a tar archive file.
- TarArchive() - Constructor for class com.aspose.zip.TarArchive
-
Initializes a new instance of the
TarArchiveclass. - TarArchive(InputStream) - Constructor for class com.aspose.zip.TarArchive
-
Initializes a new instance of the
Archiveclass and composes an entry list can be extracted from the archive. - TarArchive(String) - Constructor for class com.aspose.zip.TarArchive
-
Initializes a new instance of the
TarArchiveclass and composes an entry list can be extracted from the archive. - TarEntry - Class in com.aspose.zip
-
Represents single file within tar archive.
- TarFormat - Enum in com.aspose.zip
-
Enumeration with supported formats of
TarArchive. - toString() - Method in class com.aspose.zip.ArchiveFormatInfo
-
Returns string representation of the instance of the
ArchiveFormatInfoclass. - toString() - Method in class com.aspose.zip.CabEntry
-
Returns string representation of the instance of the
CabEntryclass. - toString() - Method in class com.aspose.zip.CpioEntry
-
Returns string representation of the instance of the
CpioEntryclass. - toString() - Method in class com.aspose.zip.IsoEntry
-
Returns a string that represents the current entry.
- toString() - Method in class com.aspose.zip.SharEntry
-
Returns a string that represents the current entry.
- toString() - Method in class com.aspose.zip.WimEntry
-
Returns string representation of the instance of the
WimEntryclass. - toString() - Method in class com.aspose.zip.XarEntry
-
Returns string representation of the instance of the
XarEntryclass. - Traditional - com.aspose.zip.EncryptionMethod
-
Traditional PKWARE encryption.
- TraditionalEncryptionSettings - Class in com.aspose.zip
-
Settings for traditional ZipCrypto algorithm within a ZIP archive.
- TraditionalEncryptionSettings() - Constructor for class com.aspose.zip.TraditionalEncryptionSettings
-
Initializes a new instance of the
TraditionalEncryptionSettingsclass without a password. - TraditionalEncryptionSettings(String) - Constructor for class com.aspose.zip.TraditionalEncryptionSettings
-
Initializes a new instance of the
TraditionalEncryptionSettingsclass. - TraditionalEncryptionSettings(String, Charset) - Constructor for class com.aspose.zip.TraditionalEncryptionSettings
-
Initializes a new instance of the
TraditionalEncryptionSettingsclass with user defined encoding. - transformBlock(byte[], int, int, byte[], int) - Method in class com.aspose.zip.SevenZipCipher
-
Transforms the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array.
- transformFinalBlock(byte[], int, int) - Method in class com.aspose.zip.SevenZipCipher
-
Transforms the specified region of the specified byte array.
U
- Unknown - com.aspose.zip.ArchiveFormat
-
Unknown format.
- UsTar - com.aspose.zip.TarFormat
-
Format extends the header block from the v7 format.
- Uue - com.aspose.zip.ArchiveFormat
-
Uue encoded file (
UueArchive). - UueArchive - Class in com.aspose.zip
-
This class represents uuencoded file.
- UueArchive() - Constructor for class com.aspose.zip.UueArchive
-
Initializes a new instance of the
UueArchiveclass prepared for encoding. - UueArchive(InputStream) - Constructor for class com.aspose.zip.UueArchive
-
Initializes a new instance of the
UueArchiveclass prepared for decoding. - UueArchive(String) - Constructor for class com.aspose.zip.UueArchive
-
Initializes a new instance of the
UueArchiveclass. - UueSaveOptions - Class in com.aspose.zip
-
Options for saving an uuencoded file.
- UueSaveOptions(String) - Constructor for class com.aspose.zip.UueSaveOptions
-
Initializes the options with user provided file name and the default new line.
- UueSaveOptions(String, String) - Constructor for class com.aspose.zip.UueSaveOptions
-
Initializes the options with user provided file name and new line.
V
- valueOf(String) - Static method in enum com.aspose.zip.ArchiveFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.zip.CpioFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.zip.EncryptionMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.zip.ParallelCompressionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.zip.SevenZipCompressionMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.zip.TarFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.zip.XzCheckType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.aspose.zip.ZipDataDescriptorPolicy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.aspose.zip.ArchiveFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aspose.zip.CpioFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aspose.zip.EncryptionMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aspose.zip.ParallelCompressionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aspose.zip.SevenZipCompressionMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aspose.zip.TarFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aspose.zip.XzCheckType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.aspose.zip.ZipDataDescriptorPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- Wim - com.aspose.zip.ArchiveFormat
-
Wim archive (
WimArchive). - WimArchive - Class in com.aspose.zip
-
This class represents a wim archive file.
- WimArchive(InputStream) - Constructor for class com.aspose.zip.WimArchive
-
Initializes a new instance of the
WimArchiveclass and composes an entry list can be extracted from the archive. - WimArchive(InputStream, WimLoadOptions) - Constructor for class com.aspose.zip.WimArchive
-
Initializes a new instance of the
WimArchiveclass and composes an entry list can be extracted from the archive. - WimArchive(String) - Constructor for class com.aspose.zip.WimArchive
-
Initializes a new instance of the
WimArchiveclass and composes an entry list can be extracted from the archive. - WimArchive(String, WimLoadOptions) - Constructor for class com.aspose.zip.WimArchive
-
Initializes a new instance of the
WimArchiveclass and composes an entry list can be extracted from the archive. - WimDirectoryEntry - Class in com.aspose.zip
-
Represents a single directory within wim archive.
- WimEntry - Class in com.aspose.zip
-
Represents a single file or directory within wim image.
- WimFileEntry - Class in com.aspose.zip
-
Represents a single file within wim archive.
- WimImage - Class in com.aspose.zip
-
Represents a single image within wim archive.
- WimLoadOptions - Class in com.aspose.zip
-
Options with which archive is loaded from a compressed file.
- WimLoadOptions() - Constructor for class com.aspose.zip.WimLoadOptions
- write(byte[], int, int) - Method in class com.aspose.zip.FastLZOutputStream
-
Writes a sequence of bytes to the compressing stream and advances the current position within this stream by the number of bytes written.
- write(int) - Method in class com.aspose.zip.FastLZOutputStream
-
Writes the specified byte to this output stream.
X
- Xar - com.aspose.zip.ArchiveFormat
-
Xar archive (
XarArchive). - XarArchive - Class in com.aspose.zip
-
This class represents a xar archive file.
- XarArchive() - Constructor for class com.aspose.zip.XarArchive
-
Initializes a new instance of the
XarArchiveclass. - XarArchive(XarCompressionSettings) - Constructor for class com.aspose.zip.XarArchive
-
Initializes a new instance of the
XarArchiveclass. - XarArchive(InputStream) - Constructor for class com.aspose.zip.XarArchive
-
Initializes a new instance of the
XarArchiveclass and composes an entry list can be extracted from the archive. - XarArchive(InputStream, XarLoadOptions) - Constructor for class com.aspose.zip.XarArchive
-
Initializes a new instance of the
XarArchiveclass and composes an entry list can be extracted from the archive. - XarArchive(String) - Constructor for class com.aspose.zip.XarArchive
-
Initializes a new instance of the
XarArchiveclass and composes an entry list can be extracted from the archive. - XarArchive(String, XarLoadOptions) - Constructor for class com.aspose.zip.XarArchive
-
Initializes a new instance of the
XarArchiveclass and composes an entry list can be extracted from the archive. - XarBzip2CompressionSettings - Class in com.aspose.zip
-
Settings for Bzip2 compression method.
- XarBzip2CompressionSettings() - Constructor for class com.aspose.zip.XarBzip2CompressionSettings
-
Initializes a new instance of the
XarBzip2CompressionSettingsclass with default block size, equals to 9 hundred of kilobytes. - XarBzip2CompressionSettings(int) - Constructor for class com.aspose.zip.XarBzip2CompressionSettings
-
Initializes a new instance of the
XarBzip2CompressionSettingsclass. - XarCompressionSettings - Class in com.aspose.zip
-
Settings needed for compressor to work.
- XarCompressionSettings() - Constructor for class com.aspose.zip.XarCompressionSettings
- XarDirectoryEntry - Class in com.aspose.zip
-
Represents directory entry within xar archive.
- XarEntry - Class in com.aspose.zip
-
Represents a single entry within xar archive.
- XarFileEntry - Class in com.aspose.zip
-
Represents file entry within xar archive.
- XarLoadOptions - Class in com.aspose.zip
-
Options with which XAR archive is loaded from a compressed file.
- XarLoadOptions() - Constructor for class com.aspose.zip.XarLoadOptions
- XarSaveOptions - Class in com.aspose.zip
-
Options for saving a xar archive.
- XarSaveOptions() - Constructor for class com.aspose.zip.XarSaveOptions
- XarStoreCompressionSettings - Class in com.aspose.zip
-
Settings for Store compression method.
- XarStoreCompressionSettings() - Constructor for class com.aspose.zip.XarStoreCompressionSettings
- XarZlibCompressionSettings - Class in com.aspose.zip
-
Settings for Zlib compression method.
- XarZlibCompressionSettings() - Constructor for class com.aspose.zip.XarZlibCompressionSettings
- Xz - com.aspose.zip.ArchiveFormat
-
Xz archive (
XzArchive). - XzArchive - Class in com.aspose.zip
-
This class represents xz archive file.
- XzArchive() - Constructor for class com.aspose.zip.XzArchive
-
Initializes a new instance of the
XzArchiveclass and composes the archive in xz format. - XzArchive(XzArchiveSettings) - Constructor for class com.aspose.zip.XzArchive
-
Initializes a new instance of the
XzArchiveclass and composes the archive in xz format. - XzArchive(InputStream) - Constructor for class com.aspose.zip.XzArchive
-
Initializes a new instance of the
XzArchiveclass prepared for decompressing. - XzArchive(InputStream, XzLoadOptions) - Constructor for class com.aspose.zip.XzArchive
-
Initializes a new instance of the
XzArchiveclass prepared for decompressing. - XzArchive(String) - Constructor for class com.aspose.zip.XzArchive
-
Initializes a new instance of the
XzArchiveclass prepared for decompressing. - XzArchive(String, XzLoadOptions) - Constructor for class com.aspose.zip.XzArchive
-
Initializes a new instance of the
XzArchiveclass prepared for decompressing. - XzArchiveSettings - Class in com.aspose.zip
-
The class contains a set of setting particular xz archive.
- XzArchiveSettings() - Constructor for class com.aspose.zip.XzArchiveSettings
-
Initializes a new instance of the
XzArchiveSettingsclass using single LZMA2 compression. - XzArchiveSettings(XzFilterSettings[], long, XzCheckType) - Constructor for class com.aspose.zip.XzArchiveSettings
-
Initializes a new instance of the
XzArchiveSettingsclass with custom parameters. - XzBcjX86FilterSettings - Class in com.aspose.zip
-
Settings for xz Bcj X86 filter.
- XzBcjX86FilterSettings() - Constructor for class com.aspose.zip.XzBcjX86FilterSettings
-
Initializes a new instance of the
XzBcjX86FilterSettings. - XzCheckType - Enum in com.aspose.zip
-
The enumeration defines checksum calculation approach for xz archive.
- XzCompressionSettings - Class in com.aspose.zip
-
Settings for Xz compression within a ZIP archive.
- XzCompressionSettings() - Constructor for class com.aspose.zip.XzCompressionSettings
-
Initializes a new instance of the
XzCompressionSettingsclass. - XzFilterSettings - Class in com.aspose.zip
-
Base class for a set of settings of particular xz format filter.
- XzFilterSettings() - Constructor for class com.aspose.zip.XzFilterSettings
- XzLoadOptions - Class in com.aspose.zip
-
Options for loading
XzArchive. - XzLoadOptions() - Constructor for class com.aspose.zip.XzLoadOptions
- XzLZMA2FilterSettings - Class in com.aspose.zip
-
Set of settings for xz LZMA2 filter.
- XzLZMA2FilterSettings() - Constructor for class com.aspose.zip.XzLZMA2FilterSettings
-
Initializes a new instance of the
XzLZMA2FilterSettings. - XzLZMA2FilterSettings(long) - Constructor for class com.aspose.zip.XzLZMA2FilterSettings
-
Initializes a new instance of the
XzLZMA2FilterSettings.
Z
- Z - com.aspose.zip.ArchiveFormat
-
Z archive (
ZArchive). - ZArchive - Class in com.aspose.zip
-
This class represents a Z (compress) archive file.
- ZArchive() - Constructor for class com.aspose.zip.ZArchive
-
Initializes a new instance of the
ZArchiveclass prepared for compressing. - ZArchive(InputStream) - Constructor for class com.aspose.zip.ZArchive
-
Initializes a new instance of the
ZArchiveclass prepared for decompressing. - ZArchive(InputStream, ZArchiveLoadOptions) - Constructor for class com.aspose.zip.ZArchive
-
Initializes a new instance of the
ZArchiveclass prepared for decompressing. - ZArchive(String) - Constructor for class com.aspose.zip.ZArchive
-
Initializes a new instance of the
ZArchiveclass prepared for decompressing. - ZArchive(String, ZArchiveLoadOptions) - Constructor for class com.aspose.zip.ZArchive
-
Initializes a new instance of the
ZArchiveclass prepared for decompressing. - ZArchiveLoadOptions - Class in com.aspose.zip
-
Options with which
ZArchiveis loaded from a compressed file. - ZArchiveLoadOptions() - Constructor for class com.aspose.zip.ZArchiveLoadOptions
- ZArchiveSaveOptions - Class in com.aspose.zip
-
Settings for Zarchive.
- ZArchiveSaveOptions() - Constructor for class com.aspose.zip.ZArchiveSaveOptions
- Zip - com.aspose.zip.ArchiveFormat
-
Zip archive (
Archive). - ZipDataDescriptorPolicy - Enum in com.aspose.zip
-
Options for the Data Descriptor presence.
- Zstandard - com.aspose.zip.ArchiveFormat
-
Zstandard archive (
ZstandardArchive). - ZstandardArchive - Class in com.aspose.zip
-
This class represents a Zstandard archive file.
- ZstandardArchive() - Constructor for class com.aspose.zip.ZstandardArchive
-
Initializes a new instance of the
ZstandardArchiveclass prepared for compressing. - ZstandardArchive(InputStream) - Constructor for class com.aspose.zip.ZstandardArchive
-
Initializes a new instance of the
ZstandardArchiveclass prepared for decompressing. - ZstandardArchive(InputStream, ZstandardLoadOptions) - Constructor for class com.aspose.zip.ZstandardArchive
-
Initializes a new instance of the
ZstandardArchiveclass prepared for decompressing. - ZstandardArchive(String) - Constructor for class com.aspose.zip.ZstandardArchive
-
Initializes a new instance of the
ZstandardArchiveclass. - ZstandardArchive(String, ZstandardLoadOptions) - Constructor for class com.aspose.zip.ZstandardArchive
-
Initializes a new instance of the
ZstandardArchiveclass. - ZstandardCompressionSettings - Class in com.aspose.zip
-
Settings for Zstandard compression within a ZIP archive.
- ZstandardCompressionSettings() - Constructor for class com.aspose.zip.ZstandardCompressionSettings
- ZstandardLoadOptions - Class in com.aspose.zip
-
Options with which
ZstandardArchiveis loaded from a compressed file. - ZstandardLoadOptions() - Constructor for class com.aspose.zip.ZstandardLoadOptions
- ZstandardSaveOptions - Class in com.aspose.zip
-
Settings for ZStandard archive.
- ZstandardSaveOptions() - Constructor for class com.aspose.zip.ZstandardSaveOptions
All Classes All Packages