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.
Implementation public function get byteArray():ByteArray
comment | property |
comment:String
[write-only]Implementation
public function set comment(value:String):void
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):void
Parameters
b:ByteArray |