Packagestimulsoft.report.export.tools.zipwriter
Classpublic class StiZipEntry
InheritanceStiZipEntry Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
StiZipEntry(name:String, compressionMethod:int = 8)
StiZipEntry
Property Detail
compressedSizeproperty
compressedSize:int

Gets/Sets the size of the compressed data.


Implementation
    public function get compressedSize():int
    public function set compressedSize(value:int):void
compressionMethodproperty 
compressionMethod:int


Implementation
    public function get compressionMethod():int
    public function set compressionMethod(value:int):void
crcproperty 
crc:int

Gets/Sets the crc of the uncompressed data.


Implementation
    public function get crc():int
    public function set crc(value:int):void
dateTimeproperty 
dateTime:StiDateTime

Gets/Sets the time of last modification of the entry.


Implementation
    public function get dateTime():StiDateTime
    public function set dateTime(value:StiDateTime):void
flagsproperty 
flags:int


Implementation
    public function get flags():int
    public function set flags(value:int):void
isDirectoryproperty 
isDirectory:Boolean  [read-only]

Gets a value indicating if the entry is a directory.


Implementation
    public function get isDirectory():Boolean
isUnknownSizeproperty 
isUnknownSize:Boolean  [read-only]


Implementation
    public function get isUnknownSize():Boolean
nameproperty 
name:String  [read-only]

Returns the entry name


Implementation
    public function get name():String
offsetproperty 
offset:int

Get/set offset for use in central header


Implementation
    public function get offset():int
    public function set offset(value:int):void
sizeproperty 
size:int

Gets/Sets the size of the uncompressed data.


Implementation
    public function get size():int
    public function set size(value:int):void
useUnicodeTextproperty 
useUnicodeText:Boolean

Get/set a flag indicating wether entry name are encoded in Unicode UTF8


Implementation
    public function get useUnicodeText():Boolean
    public function set useUnicodeText(value:Boolean):void
Constructor Detail
StiZipEntry()Constructor
public function StiZipEntry(name:String, compressionMethod:int = 8)



Parameters
name:String
 
compressionMethod:int (default = 8)