Top   Module   Use   Manual   Index 

com :: sun :: star :: packages :: zip ::

struct ZipEntry


Description
used to represent a ZIP file entry

This interface is an IDL version of the Java interface java.util.zip.ZipFile with some minor adaptations.



Elements

short nVersion
short nFlag
short nMethod
long nTime
long nCrc
long nCompressedSize
long nSize
long nOffset
short nDiskNumber
string sName
sequence< byte > extra
string sComment
Top of Page