|
jxUtil 0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
Encoded Information. Encoded Information (DATA) serves as the superclass for all means of encoding information for the DDM architecture. It is one of many ways to encode or represent information in a computer system. Data stream structures (DSSs) encode all forms of DDM information for transmission. DATA is only used as an abstract class representing the concept of information encoding.
Field Summary | |
static short |
CP
The Code Point. |
Constructor Summary | |
DATA()
|
Method Summary | |
int |
getCP()
Access the subclasses' Code Point. |
String |
toString()
Pretty print. |
void |
write(DDM ddm)
Write out the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final short CP
Constructor Detail |
public DATA()
Method Detail |
public int getCP()
public String toString()
toString
in class Object
public void write(DDM ddm) throws IOException
ddm
- the DDM stream
IOException
|
jxUtil 0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |