C# 클래스 EQ_Zip.EQArchiveFile.Chunk

파일 보기 프로젝트 열기: Shendare/EQZip

공개 프로퍼티들

프로퍼티 타입 설명
CompressedData byte[]
Size Sizes

공개 메소드들

메소드 설명
Chunk ( ) : System
Chunk ( byte Data, UInt32 Offset, UInt32 CompressedSize, UInt32 UncompressedSize, bool IsCompressed ) : System
CompressFrom ( byte RawData, UInt32 Offset, UInt32 RawBytes ) : UInt32
DecompressTo ( byte Destination, UInt32 Offset ) : UInt32

메소드 상세

Chunk() 공개 메소드

public Chunk ( ) : System
리턴 System

Chunk() 공개 메소드

public Chunk ( byte Data, UInt32 Offset, UInt32 CompressedSize, UInt32 UncompressedSize, bool IsCompressed ) : System
Data byte
Offset System.UInt32
CompressedSize System.UInt32
UncompressedSize System.UInt32
IsCompressed bool
리턴 System

CompressFrom() 공개 메소드

public CompressFrom ( byte RawData, UInt32 Offset, UInt32 RawBytes ) : UInt32
RawData byte
Offset UInt32
RawBytes UInt32
리턴 UInt32

DecompressTo() 공개 메소드

public DecompressTo ( byte Destination, UInt32 Offset ) : UInt32
Destination byte
Offset UInt32
리턴 UInt32

프로퍼티 상세

CompressedData 공개적으로 프로퍼티

public byte[] CompressedData
리턴 byte[]

Size 공개적으로 프로퍼티

public Sizes Size
리턴 Sizes