LibreOffice
LibreOffice 4.3 SDK API Reference
Public Attributes | List of all members
ZipEntry Struct Referencepublished

used to represent a ZIP file entry More...

import"ZipEntry.idl";

Public Attributes

short nVersion
 version needed to extract More...
 
short nFlag
 bit flags More...
 
short nMethod
 compression method More...
 
long nTime
 modification time More...
 
long nCrc
 CRC-32 of entry data. More...
 
long nCompressedSize
 uncompressed size of entry data More...
 
long nSize
 uncompressed size of entry data More...
 
long nOffset
 offset of LOC header More...
 
short nDiskNumber
 The number of the disk this entry is saved on. More...
 
string sName
 the entry name More...
 
sequence< byte > extra
 optional extra field data for entry More...
 
string sComment
 optional comment More...
 

Detailed 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.

Member Data Documentation

sequence<byte> extra

optional extra field data for entry

long nCompressedSize

uncompressed size of entry data

long nCrc

CRC-32 of entry data.

short nDiskNumber

The number of the disk this entry is saved on.

short nFlag

bit flags

short nMethod

compression method

long nOffset

offset of LOC header

long nSize

uncompressed size of entry data

long nTime

modification time

short nVersion

version needed to extract

string sComment

optional comment

string sName

the entry name


The documentation for this struct was generated from the following file: