C# 클래스 Portable.Text.CP950

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

공개 메소드들

메소드 설명
CP950 ( ) : System
GetByteCountImpl ( char chars, int charCount ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int

비공개 메소드들

메소드 설명
GetConvert ( ) : DbcsConvert
GetDecoder ( ) : System.Text.Decoder

메소드 상세

CP950() 공개 메소드

public CP950 ( ) : System
리턴 System

GetByteCountImpl() 공개 메소드

public GetByteCountImpl ( char chars, int charCount ) : int
chars char
charCount int
리턴 int

GetBytesImpl() 공개 메소드

public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
chars char
charCount int
bytes byte
byteCount 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