C# Class UtfString.DualEncoding.ArrayAccessor

byte 配列から、 2バイトずつ ushort として読みだすか、 1バイトずつ byte として読みだすかを切り替えるラッパー型。
Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Méthode Description
ArrayAccessor ( bool isWideChar, byte data )
this ( int index ) : ushort

Method Details

ArrayAccessor() public méthode

public ArrayAccessor ( bool isWideChar, byte data )
isWideChar bool
data byte

this() public méthode

public this ( int index ) : ushort
index int
Résultat ushort