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

파일 보기 프로젝트 열기: ufcpp/UfcppSample 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( byte buffer, Index index ) : CodePoint
GetByteCount ( byte buffer ) : int
TryDecode ( byte buffer, int &index, CodePoint &codePoint ) : bool
TryGetByteCount ( byte buffer, int index, byte &byteCount ) : bool

메소드 상세

Decode() 공개 정적인 메소드

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

GetByteCount() 공개 정적인 메소드

public static GetByteCount ( byte buffer ) : int
buffer byte
리턴 int

TryDecode() 공개 정적인 메소드

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

TryGetByteCount() 공개 정적인 메소드

public static TryGetByteCount ( byte buffer, int index, byte &byteCount ) : bool
buffer byte
index int
byteCount byte
리턴 bool