C# Class ME1Explorer.HuffmanCompression.EncodedString

Show file 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 property

public byte[] binaryData
return byte[]

encodedLength public property

public int encodedLength
return int

stringLength public property

public int stringLength
return int