C# Class Portable.Text.ISO2022JPDecoder

Inheritance: Portable.Text.Decoder
Mostra file Open project: jstedfast/Portable.Text.Encoding

Public Methods

Method Description
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

Private Methods

Method Description
ToChar ( int value ) : int

Method Details

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int

GetChars() public method

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
return int

ISO2022JPDecoder() public method

public ISO2022JPDecoder ( bool allow1ByteKana, bool allowShiftIO ) : System
allow1ByteKana bool
allowShiftIO bool
return System

Reset() public method

public Reset ( ) : void
return void