| com.aspose.zip.AppleArchive.#ctor(…) | Initializes a new instance of the AppleArchive class prepared for composition. |
| com.aspose.zip.AppleArchive.close() | Releases resources used by the archive. |
| com.aspose.zip.AppleArchive.CreateEntries(…) | Adds to the archive all files and directories recursively in the directory given. |
| com.aspose.zip.AppleArchive.createEntry(…) | Create an entry within an Apple archive. |
| com.aspose.zip.AppleArchive.save(…) | Saves archive to a destination file provided. |
| com.aspose.zip.AppleArchive.getEntries() | Gets entries constituting the Apple archive. |
| com.aspose.zip.AppleArchive.getNewEntrySettings() | Gets settings used for newly composed entries. |
| com.aspose.zip.AppleArchiveEntry.getIsDirectory() | Gets a value indicating whether this entry is a directory. |
| com.aspose.zip.AppleArchiveEntry.getLength() | Gets the length of the entry in bytes. |
| com.aspose.zip.AppleArchiveEntry.getName() | Gets a name of the entry within the archive. |
| com.aspose.zip.AppleArchiveEntrySettings.getCompressionSettings() | Gets compression settings applied to the composed Apple archive payload. |
| com.aspose.zip.AppleCompressionSettings.getLz4() | An instance of AppleLz4CompressionSettings with default parameters. |
| com.aspose.zip.AppleCompressionSettings.getLzma() | An instance of AppleLzmaCompressionSettings with default parameters. |
| com.aspose.zip.AppleLz4CompressionSettings.#ctor(…) | Initializes a new instance of the AppleLz4CompressionSettings class. |
| com.aspose.zip.AppleLz4CompressionSettings.getBlockSize() | Gets the size of each compressed pbz4/bv41 block. |
| com.aspose.zip.AppleLzmaCompressionSettings.#ctor(…) | Initializes a new instance of the AppleLzmaCompressionSettings class. |
| com.aspose.zip.AppleLzmaCompressionSettings.getBlockSize() | Gets the size of each pbzx chunk before compression. |
| com.aspose.zip.AppleLzmaCompressionSettings.getDictionarySize() | Gets the dictionary size used by the compressor. |
| com.aspose.zip.AppleLzmaCompressionSettings.getFastBytes() | Gets the number of fast bytes used by the encoder. |
| com.aspose.zip.AppleZlibCompressionSettings.#ctor(…) | Initializes a new instance of the AppleZlibCompressionSettings class. |
| com.aspose.zip.AppleLzfseCompressionSettings.#ctor(…) | Initializes a new instance of the AppleLzfseCompressionSettings class. |
| com.aspose.zip.AppleZlibCompressionSettings.getBlockSize() | Gets the size of each data block. |
| com.aspose.zip.AppleLzfseCompressionSettings.getBlockSize() | Gets the size of each data block. |
| com.aspose.zip.AppleCompressionSettings.getLzfse() | An instance of AppleLzfseCompressionSettings with default parameters. |
| com.aspose.zip.AppleCompressionSettings.getZlib() | An instance of AppleZlibCompressionSettings with default parameters. |
| com.aspose.zip.AppleArchiveEntrySettings.getIncludeCrc32Checksum() | Gets a value indicating whether CRC32 checksum fields are included for composed file entries. |
| com.aspose.zip.AppleArchiveEntrySettings.setIncludeCrc32Checksum(value) | Sets a value indicating whether CRC32 checksum fields are included for composed file entries. |
| com.aspose.zip.AppleCompressionSettings.getStore() | An instance of AppleStoreCompressionSettings. |
| com.aspose.zip.AppleArchiveEntry.open() | Opens the entry for extraction and provides a stream with entry content. |