Method | Description | |
---|---|---|
DecompressADPCMMono ( byte InData ) : byte[] | ||
DecompressADPCMStereo ( byte InData ) : byte[] | ||
DecompressBZip2 ( byte InData ) : byte[] | ||
DecompressDeflate ( byte InData ) : byte[] | ||
DecompressHuffman ( byte InData ) : byte[] | ||
DecompressLZMA ( byte InData ) : byte[] | ||
DecompressPKWAREImplode ( byte InData ) : byte[] | ||
DecompressSector ( byte PendingSector, BlockFlags Flags ) : byte[] | ||
DecompressSparse ( byte InData ) : byte[] |
public static DecompressADPCMMono ( byte InData ) : byte[] | ||
InData | byte | |
return | byte[] |
public static DecompressADPCMStereo ( byte InData ) : byte[] | ||
InData | byte | |
return | byte[] |
public static DecompressBZip2 ( byte InData ) : byte[] | ||
InData | byte | |
return | byte[] |
public static DecompressDeflate ( byte InData ) : byte[] | ||
InData | byte | |
return | byte[] |
public static DecompressHuffman ( byte InData ) : byte[] | ||
InData | byte | |
return | byte[] |
public static DecompressLZMA ( byte InData ) : byte[] | ||
InData | byte | |
return | byte[] |
public static DecompressPKWAREImplode ( byte InData ) : byte[] | ||
InData | byte | |
return | byte[] |
public static DecompressSector ( byte PendingSector, BlockFlags Flags ) : byte[] | ||
PendingSector | byte | |
Flags | BlockFlags | |
return | byte[] |
public static DecompressSparse ( byte InData ) : byte[] | ||
InData | byte | |
return | byte[] |