| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| ZipOutput | |||
closeEntry():void | ZipOutput | ||
finish():void | ZipOutput | ||
putNextEntry(e:ZipEntry):void | ZipOutput | ||
write(b:ByteArray):void | ZipOutput | ||
| byteArray | property |
byteArray:ByteArray [read-only] Returns the byte array of the finished zip.
public function get byteArray():ByteArray| comment | property |
comment:String [write-only]
public function set comment(value:String):void| size | property |
size:uint [read-only] Returns the number of entries in this zip file.
public function get size():uint| ZipOutput | () | Constructor |
public function ZipOutput()| closeEntry | () | method |
public function closeEntry():void| finish | () | method |
public function finish():void| putNextEntry | () | method |
| write | () | method |
public function write(b:ByteArray):voidParameters
b:ByteArray |