C# Class com.ximpleware.VTDGen.WIN1258Reader

Inheritance: IReader
Afficher le fichier Open project: jzhang2004/vtd-xml

Méthodes publiques

Méthode Description
WIN1258Reader ( VTDGen enclosingInstance ) : System
_getChar ( int offset ) : long
decode ( int offset ) : char
skipChar ( int ch ) : bool

Private Methods

Méthode Description
InitBlock ( VTDGen enclosingInstance ) : void

Method Details

WIN1258Reader() public méthode

public WIN1258Reader ( VTDGen enclosingInstance ) : System
enclosingInstance VTDGen
Résultat System

_getChar() public méthode

public _getChar ( int offset ) : long
offset int
Résultat long

decode() public méthode

public decode ( int offset ) : char
offset int
Résultat char

skipChar() public méthode

public skipChar ( int ch ) : bool
ch int
Résultat bool