| Property | Defined by | ||
|---|---|---|---|
| byteArray : ByteArray [read-only]
Returns the byte array of the finished zip.
| 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.
Implementation public function get byteArray():ByteArray
| size | property |
size:uint [read-only]Returns the number of entries in this zip file.
Implementation 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 |