|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.umlv.tatoo.cc.lexer.charset.encoding.Encoding
fr.umlv.tatoo.cc.lexer.charset.encoding.ISO8859_1Encoding
public class ISO8859_1Encoding
| Method Summary | |
|---|---|
char |
decode(int c)
Returns the character corresponding to a specific code. |
int |
encode(char c)
Returns the encoding of a single character. |
static ISO8859_1Encoding |
getInstance()
|
int |
getMaxValue()
Returns a constant corresponding to the maximum value of the charset. |
int |
getMinValue()
Returns a constant corresponding to the minimum value of the charset. |
| Methods inherited from class fr.umlv.tatoo.cc.lexer.charset.encoding.Encoding |
|---|
getAny |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ISO8859_1Encoding getInstance()
public int getMinValue()
Encoding
getMinValue in class Encodingpublic int getMaxValue()
Encoding
getMaxValue in class Encodingpublic int encode(char c)
Encoding
encode in class Encodingc - the character to encode.
public char decode(int c)
Encoding
decode in class Encodingc - the code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||