C# Class EQ_Zip.EQArchiveFile.Chunk

Exibir arquivo Open project: Shendare/EQZip

Public Properties

Property Type Description
CompressedData byte[]
Size Sizes

Public Methods

Method Description
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

Method Details

Chunk() public method

public Chunk ( ) : System
return System

Chunk() public method

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
return System

CompressFrom() public method

public CompressFrom ( byte RawData, UInt32 Offset, UInt32 RawBytes ) : UInt32
RawData byte
Offset UInt32
RawBytes UInt32
return UInt32

DecompressTo() public method

public DecompressTo ( byte Destination, UInt32 Offset ) : UInt32
Destination byte
Offset UInt32
return UInt32

Property Details

CompressedData public_oe property

public byte[] CompressedData
return byte[]

Size public_oe property

public Sizes Size
return Sizes