C# 클래스 Portable.Text.CP51932Decoder

상속: DbcsEncoding.DbcsDecoder
파일 보기 프로젝트 열기: jstedfast/Portable.Text.Encoding

공개 메소드들

메소드 설명
CP51932Decoder ( ) : System
GetCharCount ( byte bytes, int index, int count ) : int
GetCharCount ( byte bytes, int index, int count, bool flush ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int

메소드 상세

CP51932Decoder() 공개 메소드

public CP51932Decoder ( ) : System
리턴 System

GetCharCount() 공개 메소드

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

GetCharCount() 공개 메소드

public GetCharCount ( byte bytes, int index, int count, bool flush ) : int
bytes byte
index int
count int
flush bool
리턴 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

GetChars() 공개 메소드

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