|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jscape.inet.terminal.USAscii
Represents US ASCII character set. In fact performs no additional encoding of incoming characters. "Singleton" pattern [Gamma94]. "Strategy" pattern [Gamma94].
| Method Summary | |
char |
encode(char ch)
Encodes giving character. |
static USAscii |
getInstance()
Returns one and only one instance of this type. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static USAscii getInstance()
public char encode(char ch)
encode in interface CharacterSetch - character to be encoded.
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||