[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents a compressed file within a zip archive. [Property] 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] doOpen=Opens the entry from the zip archive. ARG(ZipArchiveEntry item)|1|0 doDelete=Deletes the entry from the zip archive. ARG(ZipArchiveEntry item)|1|0 onStream=Occurs after invoke method doOpen and returns the stream that represents the contents of the entry. ARG(Stream)|2|10 onError=If an error occurs, an error message appears. ARG(string)|2|2 *Archive=Returns the zip archive that the entry belongs to. ARG(ZipArchive)|3|0 *CompressedLength=Returns the compressed size of the entry in the zip archive. ARG(long)|3|105 *FullName=Returns the relative path of the entry in the zip archive. ARG(string)|3|2 *LastWriteTime=Returns the last time the entry in the zip archive was changed. ARG(DateTimeOffset)|3|0 *Length=Returns the uncompressed size of the entry in the zip archive. ARG(long)|3|105 *Name=Returns the file name of the entry in the zip archive. ARG(string)|3|2 Stream=Returns the stream that represents the contents of the entry. ARG(Stream)|3|10 Item=Defines a ZipArchiveEntry object that implements methods. ARG(ZipArchiveEntry)|4|0