C# Class Portable.Text.ISO2022JPDecoder

Inheritance: Portable.Text.Decoder
Afficher le fichier Open project: jstedfast/Portable.Text.Encoding

Méthodes publiques

Méthode 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

Méthode Description
ToChar ( int value ) : int

Method Details

GetCharCount() public méthode

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
Résultat int

GetChars() public méthode

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
Résultat int

ISO2022JPDecoder() public méthode

public ISO2022JPDecoder ( bool allow1ByteKana, bool allowShiftIO ) : System
allow1ByteKana bool
allowShiftIO bool
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void