|
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.ICType
public class ICType
Sequence type with '#', '(', ')' second sequence character. In general there are three characters in such sequence type: "\033SC", where S is an intermediate symbol ('#', '(', ')'), C - alpha or digit character.
Method Summary | |
---|---|
java.lang.String |
getCanonicalForm(java.lang.StringBuffer value)
Returns "canonical" form of control sequence (i.e. |
static ICType |
getInstance()
Returns one and only one instance of this type. |
int[] |
getParameters(java.lang.StringBuffer value)
Extracts and returns sequence parameters as array of int . |
boolean |
isComplete(java.lang.StringBuffer value)
Checks if sequence is complete. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ICType getInstance()
ICType
object.public boolean isComplete(java.lang.StringBuffer value)
isComplete
in interface SequenceType
value
- sequence value.
public int[] getParameters(java.lang.StringBuffer value)
int
.
getParameters
in interface SequenceType
value
- sequence value.
int
.public java.lang.String getCanonicalForm(java.lang.StringBuffer value)
getCanonicalForm
in interface SequenceType
value
- sequence value.
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |