C# 클래스 AmaroK86.MassEffect3.ZlibBlock.ZBlock

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
magic uint
maxSegmentSize uint

공개 메소드들

메소드 설명
Compress ( Stream inStream, int count ) : byte[]
Compress ( byte buffer ) : byte[]
Compress ( byte buffer, int offset, int count ) : byte[]
Decompress ( Stream inStream, int count ) : byte[]
Decompress ( byte buffer, int offset, int count ) : byte[]
DecompressAsync ( byte buffer ) : Task

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( Stream inStream, int count ) : byte[]
inStream Stream
count int
리턴 byte[]

Compress() 공개 정적인 메소드

public static Compress ( byte buffer ) : byte[]
buffer byte
리턴 byte[]

Compress() 공개 정적인 메소드

public static Compress ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
리턴 byte[]

Decompress() 공개 정적인 메소드

public static Decompress ( Stream inStream, int count ) : byte[]
inStream Stream
count int
리턴 byte[]

Decompress() 공개 정적인 메소드

public static Decompress ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
리턴 byte[]

DecompressAsync() 공개 정적인 메소드

public static DecompressAsync ( byte buffer ) : Task
buffer byte
리턴 Task

프로퍼티 상세

magic 공개적으로 정적으로 프로퍼티

public static uint magic
리턴 uint

maxSegmentSize 공개적으로 정적으로 프로퍼티

public static uint maxSegmentSize
리턴 uint