|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.interpreter.primitives.omega.mode.OmegaMode
This class contains th definitions of input modes in Omega. The definitions are provides as constants defined in this class.
Field Summary | |
static OmegaMode |
EBCDIC
The constant EBCDIC contains the mode for a single byte stream. |
static OmegaMode |
ONEBYTE
The constant ONEBYTE contains the mode for a single byte stream. |
protected static long |
serialVersionUID
The field serialVersionUID contains the id for serialization. |
static OmegaMode |
TWOBYTE
The constant TWOBYTE contains the mode for a double byte stream. |
static OmegaMode |
TWOBYTE_LE
The constant TWOBYTE_LE contains the mode for a double byte stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final long serialVersionUID
public static final OmegaMode ONEBYTE
public static final OmegaMode EBCDIC
public static final OmegaMode TWOBYTE
public static final OmegaMode TWOBYTE_LE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |