Packagenochump.util.zip
Classpublic class ZipOutput



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):voidParameters
e:ZipEntry
write()method 
public function write(b:ByteArray):voidParameters
b:ByteArray