C# Class ME1Explorer.HuffmanCompression.EncodedString

Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
binaryData byte[]
encodedLength int
stringLength int

Public Methods

Method Description
EncodedString ( int _stringLength, int _encodedLength, byte _data ) : System

Method Details

EncodedString() public method

public EncodedString ( int _stringLength, int _encodedLength, byte _data ) : System
_stringLength int
_encodedLength int
_data byte
return System

Property Details

binaryData public_oe property

public byte[] binaryData
return byte[]

encodedLength public_oe property

public int encodedLength
return int

stringLength public_oe property

public int stringLength
return int