ZipUtils
ZipUtils
Cocos2DInheritance: System.Object
Constructors
ZipUtils()
ZipUtils()()Methods
InflateCCZFile(string, byte[])
System.Int32 InflateCCZFile(string, byte[])(System.String filename, System.Byte[] parameterout)Parameters:
filename (System.String)parameterout (System.Byte[])Returns:
System.Int32InflateGZipFile(char, byte[])
System.Int32 InflateGZipFile(char, byte[])(System.Char filename, System.Byte[] parameterout)Parameters:
filename (System.Char)parameterout (System.Byte[])Returns:
System.Int32InflateMemory(byte[], uint, byte[])
System.Int32 InflateMemory(byte[], uint, byte[])(System.Byte[] parameterin, System.UInt32 inLength, System.Byte[] parameterout)Parameters:
parameterin (System.Byte[])inLength (System.UInt32)parameterout (System.Byte[])Returns:
System.Int32InflateMemoryWithHint(byte[], uint, byte[], int)
System.Int32 InflateMemoryWithHint(byte[], uint, byte[], int)(System.Byte[] parameterin, System.UInt32 inLength, System.Byte[] parameterout, System.Int32 outLenghtHint)Parameters:
parameterin (System.Byte[])inLength (System.UInt32)parameterout (System.Byte[])outLenghtHint (System.Int32)Returns:
System.Int32