| com.aspose.zip.ArchiveLoadOptions.getForwardOnly() | Gets flag indicating ZIP archive need to be extracted from read only stream. |
| com.aspose.zip.ArchiveLoadOptions.setForwardOnly(boolean) | Sets flag indicating ZIP archive need to be extracted from read only stream. |
| com.aspose.zip.Archive.getComment() | Gets comment for the whole archive. |
| com.aspose.zip.ArchiveEntrySettings.getComment() | Gets comment for the entry within ZIP archive. |
| com.aspose.zip.ArchiveEntrySettings.setComment() | Sets comment for the entry within ZIP archive. |
| com.aspose.zip.ComHelper.#ctor() | Initializes a new ComHelper instance. |
| com.aspose.zip.ComHelper.openBzip2(…) | Allows a COM application to load a bzip2 archive from stream or file. |
| com.aspose.zip.ComHelper.openGzip(…) | Allows a COM application to load a gzip archive from stream or file. |
| com.aspose.zip.ComHelper.openRar(…) | Allows a COM application to load a rar archive from stream or file. |
| com.aspose.zip.ComHelper.openZip(…) | Allows a COM application to load a zip archive from stream or file. |