Packagenochump.util.zip
Classpublic class ZipOutput
InheritanceZipOutput Inheritance Object



Public Properties
 PropertyDefined By
  byteArray : ByteArray
[read-only] Returns the byte array of the finished zip.
ZipOutput
  comment : String
[write-only]
ZipOutput
  size : uint
[read-only] Returns the number of entries in this zip file.
ZipOutput
Public Methods
 MethodDefined By
  
ZipOutput
  
closeEntry():void
ZipOutput
  
finish():void
ZipOutput
  
ZipOutput
  
write(b:ByteArray):void
ZipOutput
Property Detail
byteArrayproperty
byteArray:ByteArray  [read-only]

Returns the byte array of the finished zip.


Implementation
    public function get byteArray():ByteArray
commentproperty 
comment:String  [write-only]


Implementation
    public function set comment(value:String):void
sizeproperty 
size:uint  [read-only]

Returns the number of entries in this zip file.


Implementation
    public function get size():uint
Constructor Detail
ZipOutput()Constructor
public function ZipOutput()



Method Detail
closeEntry()method
public function closeEntry():void

finish()method 
public function finish():void

putNextEntry()method 
public function putNextEntry(e:ZipEntry):void

Parameters

e:ZipEntry

write()method 
public function write(b:ByteArray):void

Parameters

b:ByteArray