C# 클래스 UtfString.DualEncoding.ArrayAccessor

byte 配列から、 2バイトずつ ushort として読みだすか、 1バイトずつ byte として読みだすかを切り替えるラッパー型。
파일 보기 프로젝트 열기: ufcpp/UfcppSample 1 사용 예제들

공개 메소드들

메소드 설명
ArrayAccessor ( bool isWideChar, byte data )
this ( int index ) : ushort

메소드 상세

ArrayAccessor() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : ushort
index int
리턴 ushort