C# Class UtfString.Utf16.Decoder

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Свойство Type Description
cp CodePoint

Méthodes publiques

Méthode Description
Decode ( ArrayAccessor buffer, Index index ) : CodePoint
GetLength ( ArrayAccessor buffer ) : int
TyrGetCount ( ArrayAccessor buffer, int index ) : byte

Private Methods

Méthode Description
TryDecode ( ArrayAccessor buffer, int index )

Method Details

Decode() public static méthode

public static Decode ( ArrayAccessor buffer, Index index ) : CodePoint
buffer ArrayAccessor
index Index
Résultat CodePoint

GetLength() public static méthode

public static GetLength ( ArrayAccessor buffer ) : int
buffer ArrayAccessor
Résultat int

TyrGetCount() public static méthode

public static TyrGetCount ( ArrayAccessor buffer, int index ) : byte
buffer ArrayAccessor
index int
Résultat byte

Property Details

cp public_oe static_oe property

public static CodePoint cp
Résultat CodePoint