C# 클래스 Portable.Text.ISO2022JPEncoding

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

공개 메소드들

메소드 설명
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
ISO2022JPEncoding ( int codePage, bool allow1ByteKana, bool allowShiftIO ) : System

보호된 메소드들

메소드 설명
GetBytesInternal ( char chars, int charCount, byte bytes, int byteCount, bool flush, object state ) : int

메소드 상세

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

GetBytesInternal() 보호된 메소드

protected GetBytesInternal ( char chars, int charCount, byte bytes, int byteCount, bool flush, object state ) : int
chars char
charCount int
bytes byte
byteCount int
flush bool
state object
리턴 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

ISO2022JPEncoding() 공개 메소드

public ISO2022JPEncoding ( int codePage, bool allow1ByteKana, bool allowShiftIO ) : System
codePage int
allow1ByteKana bool
allowShiftIO bool
리턴 System