[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=GZipStream Info=Used to compress and decompress streams. [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 Mode=Sets the CompressionMode values that indicates the action to take. ARG(CompressionMode)|20|(empty)|CompressionMode LeaveOpen=Sets the value indicating whether to leave the stream open. ARG(bool)|14|1|true,false [Methods] doConstructor=Initializes a new instance of the GZipStream class using the specified stream and CompressionMode value. ARG(Stream stream, CompressionMode mode)|1|0 *doConstructor2=Initializes a new instance of the GZipStream class using the specified stream and CompressionMode value, and a value that specifies whether to leave the stream open. ARG(Stream stream, CompressionMode mode, bool leaveOpen)|1|0 doClose=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 *BaseStream=Returns a reference to the underlying stream. ARG(Stream)|3|10 *CanRead=Returns a value indicating whether the stream supports reading while decompressing a file. ARG(bool)|3|104 *CanSeek=Returns a value indicating whether the stream supports seeking. ARG(bool)|3|104 *CanWrite=Returns a value indicating whether the stream supports writing. ARG(bool)|3|104 GZipStream=Returns the GZipStream object. ARG(GZipStream)|3|0 *leaveOpen=Defines the value indicating whether to leave the stream open. ARG(bool)|4|104 Stream=Defines the stream to compress or decompress. ARG(Stream)|4|10 Mode=Defines the CompressionMode values that indicates the action to take. ARG(CompressionMode)|4|0