Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
UtfString
DualEncoding
ArrayAccessor
C# Class UtfString.DualEncoding.ArrayAccessor
byte 配列から、 2バイトずつ ushort として読みだすか、 1バイトずつ byte として読みだすかを切り替えるラッパー型。
ファイルを表示
Open project: ufcpp/UfcppSample
Class Usage Examples
Public Methods
Method
Description
ArrayAccessor
(
bool
isWideChar
,
byte
data
)
this
(
int
index
) :
ushort
Method Details
ArrayAccessor()
public
method
public
ArrayAccessor
(
bool
isWideChar
,
byte
data
)
isWideChar
bool
data
byte
this()
public
method
public
this
(
int
index
) :
ushort
index
int
return
ushort