[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=ZipArchive Info=Represents a package of compressed files in the zip archive format. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the GZipStream class. ARG(enum)|14|0|None,Constructor,Constructor2,Constructor3,Constructor4 ArchiveMode=Sets the values that indicates whether the zip archive is used to read, create, or update entries. ARG(ZipArchiveMode)|20|(empty)|ZipArchiveMode LeaveOpen=Sets the value indicating whether to leave the stream open after the ZipArchive object is disposed. ARG(bool)|14|1|True,False Encoding=Sets the specified encoding for entry names. ARG(Encoding)|20|(empty)|Encoding [Methods] doConstructor=Initializes a new instance of the ZipArchive class from the specified stream. ARG(Stream stream)|1|0 *doConstructor2=Initializes a new instance of the ZipArchive class from the specified stream and with the specified mode. ARG(Stream stream, ZipArchiveMode mode)|1|0 *doConstructor3=Initializes a new instance of the ZipArchive class on the specified stream for the specified mode, and optionally leaves the stream open. ARG(Stream stream, ZipArchiveMode mode, bool leaveOpen)|1|0 *doConstructor4=Initializes a new instance of the ZipArchive class on the specified stream for the specified mode, uses the specified encoding for entry names, and optionally leaves the stream open. ARG(Stream stream, ZipArchiveMode mode, bool leaveOpen, Encoding encoding)|1|0 doDispose=Closes the current stream and releases any resources associated with the current stream. ARG()|1|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 ZipArchive=Returns the ZipArchive object. ARG(ZipArchive)|3|0 Entries=Returns the collection of entries that are currently in the zip archive. ARG(ReadOnlyCollection)|3|13 Mode=Returns a value that describes the type of action the zip archive can perform on entries. ARG(ZipArchiveMode)|3|0 *encoding=Defines the specified encoding for entry names. ARG(Encoding)|4|0 *leaveOpen=Defines the value indicating whether to leave the stream open after the ZipArchive object is disposed. ARG(bool)|4|104 Stream=Defines the stream that contains the archive to be read. ARG(Stream)|4|10 ArchiveMode=Defines the value that indicates whether the zip archive is used to read, create, or update entries. ARG(ZipArchiveMode)|4|0