C# 클래스 Portable.Text.ISO2022JPDecoder

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

공개 메소드들

메소드 설명
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
ISO2022JPDecoder ( bool allow1ByteKana, bool allowShiftIO ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
ToChar ( int value ) : 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

ISO2022JPDecoder() 공개 메소드

public ISO2022JPDecoder ( bool allow1ByteKana, bool allowShiftIO ) : System
allow1ByteKana bool
allowShiftIO bool
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void