C# 클래스 UtfString.Utf16.Decoder

파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 프로퍼티들

프로퍼티 타입 설명
cp CodePoint

공개 메소드들

메소드 설명
Decode ( ArrayAccessor buffer, Index index ) : CodePoint
GetLength ( ArrayAccessor buffer ) : int
TyrGetCount ( ArrayAccessor buffer, int index ) : byte

비공개 메소드들

메소드 설명
TryDecode ( ArrayAccessor buffer, int index )

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( ArrayAccessor buffer, Index index ) : CodePoint
buffer ArrayAccessor
index Index
리턴 CodePoint

GetLength() 공개 정적인 메소드

public static GetLength ( ArrayAccessor buffer ) : int
buffer ArrayAccessor
리턴 int

TyrGetCount() 공개 정적인 메소드

public static TyrGetCount ( ArrayAccessor buffer, int index ) : byte
buffer ArrayAccessor
index int
리턴 byte

프로퍼티 상세

cp 공개적으로 정적으로 프로퍼티

public static CodePoint cp
리턴 CodePoint