Package | stimulsoft.report.export.tools.zipwriter |
Class | public class StiZipOutputStream |
Inheritance | StiZipOutputStream ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
StiZipOutputStream(baseOutputStream:ByteArray) Creates a new Zip output stream, writing a zip archive. | StiZipOutputStream | ||
close():void [override] | StiZipOutputStream | ||
closeEntry():void Close current entry | StiZipOutputStream | ||
convertToArray(useUnicode:Boolean, str:String):ByteArray [static] | StiZipOutputStream | ||
finish():void [override] | StiZipOutputStream | ||
getDosTime(dt:StiDateTime):uint [static] | StiZipOutputStream | ||
putNextEntry(entry:StiZipEntry):void Put next entry into Zip file
"entry" > Entry to put into zip file
| StiZipOutputStream | ||
![]() | readByte():int [override] | StiDeflaterOutputStream | |
![]() | readBytes(bytes:ByteArray, offset:uint = 0, length:uint = 0):void [override] | StiDeflaterOutputStream | |
![]() | reset():void | StiDeflaterOutputStream | |
write(buffer:ByteArray, offset:int, count:int):void [override] Write data to the current entry | StiZipOutputStream | ||
![]() | writeByte(value:int):void [override] | StiDeflaterOutputStream |
StiZipOutputStream | () | Constructor |
public function StiZipOutputStream(baseOutputStream:ByteArray)
Creates a new Zip output stream, writing a zip archive. "baseOutputStream" > The output stream to which the archive contents are written.
ParametersbaseOutputStream:ByteArray |
close | () | method |
override public function close():void
closeEntry | () | method |
public function closeEntry():void
Close current entry
convertToArray | () | method |
public static function convertToArray(useUnicode:Boolean, str:String):ByteArray
Parameters
useUnicode:Boolean | |
str:String |
ByteArray |
finish | () | method |
override public function finish():void
getDosTime | () | method |
putNextEntry | () | method |
public function putNextEntry(entry:StiZipEntry):void
Put next entry into Zip file "entry" > Entry to put into zip file
Parameters
entry:StiZipEntry |
write | () | method |
override public function write(buffer:ByteArray, offset:int, count:int):void
Write data to the current entry
Parameters
buffer:ByteArray | |
offset:int | |
count:int |