[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides methods used to compress and decompress streams. [Property] GZipStream=Sets a GZipStream object that implements methods. ARG(GZipStream)|20|(empty)|GZipStream Offset=Sets the byte offset data at which to operate. ARG(int)|1|0 Count=Sets the length of the stream in bytes to operate. ARG(int)|1|0 [Methods] *doFlush=Flushes the contents of the internal buffer of the current GZipStream object to the underlying stream. ARG()|1|0 *doDispose=Releases all resources used by the Stream. ARG()|1|0 doRead=Reads a number of decompressed bytes into the specified byte array. ARG(byte[] array, int offset, int count)|1|0 doWrite=Writes compressed bytes to the underlying stream from the specified byte array. ARG(byte[] array, int offset, int count)|1|0 onRead=Occurs after invoke the method doRead and returns the result. ARG(int)|2|1 onError=If an error occurs, an error message appears. ARG(string)|2|2 GZipStream=Defines a GZipStream object that implements methods. ARG(Stream)|4|10 Array=The byte array to operate. ARG(byte[])|4|13 Offset=The byte offset in array at which to begin writing data read from the stream. ARG(int)|4|1 Count=The maximum number of bytes to read. ARG(int)|4|1