C# 클래스 UtfString.Slices.Decoder

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

공개 메소드들

메소드 설명
GetByteCount ( ReadOnlySpan buffer ) : int
TryDecode ( ReadOnlySpan buffer, int &index, CodePoint &codePoint ) : bool

메소드 상세

GetByteCount() 공개 정적인 메소드

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

TryDecode() 공개 정적인 메소드

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