ZIPPacker
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
close ( ) |
|
close_file ( ) |
|
start_file ( String path ) |
|
write_file ( PackedByteArray data ) |
Enumerations
enum ZipAppend:
ZipAppend APPEND_CREATE = 0
There is currently no description for this enum. Please help us by contributing one!
ZipAppend APPEND_CREATEAFTER = 1
There is currently no description for this enum. Please help us by contributing one!
ZipAppend APPEND_ADDINZIP = 2
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
Error close ( )
There is currently no description for this method. Please help us by contributing one!
Error close_file ( )
There is currently no description for this method. Please help us by contributing one!
Error open ( String path, ZipAppend append=0 )
There is currently no description for this method. Please help us by contributing one!
Error start_file ( String path )
There is currently no description for this method. Please help us by contributing one!
Error write_file ( PackedByteArray data )
There is currently no description for this method. Please help us by contributing one!