C# 클래스 KFreonLib.Helpers.SaltLZOHelper

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
CompressChunk ( Chunk chunk ) : byte[]
CompressTex ( byte data ) : byte[]

Takes regular image data and returns it in a compressed form ready for archiving

DecompressPCC ( Stream raw, IPCCObject pcc ) : MemoryStream
DecompressTex ( Stream archiveStream, int offset, int uncSize, int cprSize ) : byte[]

Takes compressed archived image data and returns the raw image data

SaltLZOHelper ( ) : System

메소드 상세

CompressChunk() 공개 메소드

public CompressChunk ( Chunk chunk ) : byte[]
chunk Chunk
리턴 byte[]

CompressTex() 공개 메소드

Takes regular image data and returns it in a compressed form ready for archiving
public CompressTex ( byte data ) : byte[]
data byte
리턴 byte[]

DecompressPCC() 공개 메소드

public DecompressPCC ( Stream raw, IPCCObject pcc ) : MemoryStream
raw Stream
pcc IPCCObject
리턴 System.IO.MemoryStream

DecompressTex() 공개 메소드

Takes compressed archived image data and returns the raw image data
public DecompressTex ( Stream archiveStream, int offset, int uncSize, int cprSize ) : byte[]
archiveStream Stream
offset int
uncSize int
cprSize int
리턴 byte[]

SaltLZOHelper() 공개 메소드

public SaltLZOHelper ( ) : System
리턴 System