C# 클래스 Warcraft.Core.Compression.Compression

파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 메소드들

메소드 설명
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[]

메소드 상세

DecompressADPCMMono() 공개 정적인 메소드

public static DecompressADPCMMono ( byte InData ) : byte[]
InData byte
리턴 byte[]

DecompressADPCMStereo() 공개 정적인 메소드

public static DecompressADPCMStereo ( byte InData ) : byte[]
InData byte
리턴 byte[]

DecompressBZip2() 공개 정적인 메소드

public static DecompressBZip2 ( byte InData ) : byte[]
InData byte
리턴 byte[]

DecompressDeflate() 공개 정적인 메소드

public static DecompressDeflate ( byte InData ) : byte[]
InData byte
리턴 byte[]

DecompressHuffman() 공개 정적인 메소드

public static DecompressHuffman ( byte InData ) : byte[]
InData byte
리턴 byte[]

DecompressLZMA() 공개 정적인 메소드

public static DecompressLZMA ( byte InData ) : byte[]
InData byte
리턴 byte[]

DecompressPKWAREImplode() 공개 정적인 메소드

public static DecompressPKWAREImplode ( byte InData ) : byte[]
InData byte
리턴 byte[]

DecompressSector() 공개 정적인 메소드

public static DecompressSector ( byte PendingSector, BlockFlags Flags ) : byte[]
PendingSector byte
Flags BlockFlags
리턴 byte[]

DecompressSparse() 공개 정적인 메소드

public static DecompressSparse ( byte InData ) : byte[]
InData byte
리턴 byte[]