C# Class com.ximpleware.VTDGen.ISO8859_9Reader

Inheritance: IReader
Show file Open project: jzhang2004/vtd-xml

Public Methods

Method Description
ISO8859_9Reader ( VTDGen enclosingInstance ) : System
_getChar ( int offset ) : long
decode ( int offset ) : char
skipChar ( int ch ) : bool

Private Methods

Method Description
InitBlock ( VTDGen enclosingInstance ) : void

Method Details

ISO8859_9Reader() public method

public ISO8859_9Reader ( VTDGen enclosingInstance ) : System
enclosingInstance VTDGen
return System

_getChar() public method

public _getChar ( int offset ) : long
offset int
return long

decode() public method

public decode ( int offset ) : char
offset int
return char

skipChar() public method

public skipChar ( int ch ) : bool
ch int
return bool