Package | stimulsoft.report.export.tools.zipwriter |
Class | public class StiZipEntry |
Inheritance | StiZipEntry ![]() |
Property | Defined By | ||
---|---|---|---|
compressedSize : int Gets/Sets the size of the compressed data. | StiZipEntry | ||
compressionMethod : int | StiZipEntry | ||
crc : int Gets/Sets the crc of the uncompressed data. | StiZipEntry | ||
dateTime : StiDateTime Gets/Sets the time of last modification of the entry. | StiZipEntry | ||
flags : int | StiZipEntry | ||
isDirectory : Boolean [read-only] Gets a value indicating if the entry is a directory. | StiZipEntry | ||
isUnknownSize : Boolean [read-only] | StiZipEntry | ||
name : String [read-only] Returns the entry name | StiZipEntry | ||
offset : int Get/set offset for use in central header | StiZipEntry | ||
size : int Gets/Sets the size of the uncompressed data. | StiZipEntry | ||
useUnicodeText : Boolean Get/set a flag indicating wether entry name are encoded in Unicode UTF8 | StiZipEntry |
Method | Defined By | ||
---|---|---|---|
StiZipEntry(name:String, compressionMethod:int = 8) | StiZipEntry |
compressedSize | property |
compressedSize:int
Gets/Sets the size of the compressed data.
public function get compressedSize():int
public function set compressedSize(value:int):void
compressionMethod | property |
compressionMethod:int
public function get compressionMethod():int
public function set compressionMethod(value:int):void
crc | property |
crc:int
Gets/Sets the crc of the uncompressed data.
public function get crc():int
public function set crc(value:int):void
dateTime | property |
dateTime:StiDateTime
Gets/Sets the time of last modification of the entry.
public function get dateTime():StiDateTime
public function set dateTime(value:StiDateTime):void
flags | property |
flags:int
public function get flags():int
public function set flags(value:int):void
isDirectory | property |
isDirectory:Boolean
[read-only] Gets a value indicating if the entry is a directory.
public function get isDirectory():Boolean
isUnknownSize | property |
isUnknownSize:Boolean
[read-only] public function get isUnknownSize():Boolean
name | property |
name:String
[read-only] Returns the entry name
public function get name():String
offset | property |
offset:int
Get/set offset for use in central header
public function get offset():int
public function set offset(value:int):void
size | property |
size:int
Gets/Sets the size of the uncompressed data.
public function get size():int
public function set size(value:int):void
useUnicodeText | property |
useUnicodeText:Boolean
Get/set a flag indicating wether entry name are encoded in Unicode UTF8
public function get useUnicodeText():Boolean
public function set useUnicodeText(value:Boolean):void
StiZipEntry | () | Constructor |
public function StiZipEntry(name:String, compressionMethod:int = 8)
name:String | |
compressionMethod:int (default = 8 )
|