|
ZipCompressionUnZip Method |
Unzips a data
Namespace: DrawerBackup.Native.IOAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static byte[] UnZip(
byte[] data
)
Public Shared Function UnZip (
data As Byte()
) As Byte()
public:
static array<unsigned char>^ UnZip(
array<unsigned char>^ data
)
static member UnZip :
data : byte[] -> byte[]
Parameters
- data
- Type: SystemByte
Return Value
Type:
Byte
See Also