C# 클래스 Portable.Text.CP51932

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

공개 메소드들

메소드 설명
CP51932 ( ) : System
GetByteCountImpl ( char chars, int charCount ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int

비공개 메소드들

메소드 설명
GetDecoder ( ) : System.Text.Decoder
GetEncoder ( ) : System.Text.Encoder

메소드 상세

CP51932() 공개 메소드

public CP51932 ( ) : 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

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

GetMaxByteCount() 공개 메소드

public GetMaxByteCount ( int charCount ) : int
charCount int
리턴 int

GetMaxCharCount() 공개 메소드

public GetMaxCharCount ( int byteCount ) : int
byteCount int
리턴 int