C# 클래스 Com.Aurora.Shared.Helpers.EncodingHelper.DBCSDecoder

상속: System.Text.Decoder
파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather

공개 프로퍼티들

프로퍼티 타입 설명
pendingByte byte

공개 메소드들

메소드 설명
DBCSDecoder ( EncodingHelper encoding ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int

메소드 상세

DBCSDecoder() 공개 메소드

public DBCSDecoder ( EncodingHelper encoding ) : System
encoding EncodingHelper
리턴 System

GetCharCount() 공개 메소드

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
리턴 int

GetChars() 공개 메소드

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
리턴 int

프로퍼티 상세

pendingByte 공개적으로 프로퍼티

public byte pendingByte
리턴 byte