C# 클래스 UtfString.ArrayImplementation.Utf16.Decoder

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

공개 메소드들

메소드 설명
Decode ( ushort buffer, Index index ) : CodePoint
GetCount ( ushort buffer ) : int
TryDecode ( ushort buffer, int &index, CodePoint &codePoint ) : bool
TryGetCount ( ushort buffer, int index, byte &wordCount ) : bool

메소드 상세

Decode() 공개 정적인 메소드

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

GetCount() 공개 정적인 메소드

public static GetCount ( ushort buffer ) : int
buffer ushort
리턴 int

TryDecode() 공개 정적인 메소드

public static TryDecode ( ushort buffer, int &index, CodePoint &codePoint ) : bool
buffer ushort
index int
codePoint CodePoint
리턴 bool

TryGetCount() 공개 정적인 메소드

public static TryGetCount ( ushort buffer, int index, byte &wordCount ) : bool
buffer ushort
index int
wordCount byte
리턴 bool