C# Class ME1Explorer.HuffmanCompression.EncodedString

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
binaryData byte[]
encodedLength int
stringLength int

Méthodes publiques

Méthode Description
EncodedString ( int _stringLength, int _encodedLength, byte _data ) : System

Method Details

EncodedString() public méthode

public EncodedString ( int _stringLength, int _encodedLength, byte _data ) : System
_stringLength int
_encodedLength int
_data byte
Résultat System

Property Details

binaryData public_oe property

public byte[] binaryData
Résultat byte[]

encodedLength public_oe property

public int encodedLength
Résultat int

stringLength public_oe property

public int stringLength
Résultat int