C# 클래스 Portable.Text.CP1140

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

공개 메소드들

메소드 설명
CP1140 ( ) : System
GetByteCount ( String s ) : int
GetByteCountImpl ( char chars, int count ) : int
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int

보호된 메소드들

메소드 설명
ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void

메소드 상세

CP1140() 공개 메소드

public CP1140 ( ) : System
리턴 System

GetByteCount() 공개 메소드

public GetByteCount ( String s ) : int
s String
리턴 int

GetByteCountImpl() 공개 메소드

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

GetBytesImpl() 공개 메소드

public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int
chars char
charCount int
bytes byte
byteCount int
리턴 int

ToBytes() 보호된 메소드

protected ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void
chars char
charCount int
bytes byte
byteCount int
리턴 void