jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddprmd
Class DATA

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
Direct Known Subclasses:
DSS, FIELD, HELP, MANAGER, NUMBER, OBJECT, SRVLST, STRING, UnknownDATA

public abstract class DATA
extends Object

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

CP

public static final short CP
The Code Point.

See Also:
Constant Field Values
Constructor Detail

DATA

public DATA()
Method Detail

getCP

public int getCP()
Access the subclasses' Code Point.

Returns:
the code point

toString

public String toString()
Pretty print.

Overrides:
toString in class Object
Returns:
the class name and code point value.

write

public void write(DDM ddm)
           throws IOException
Write out the object.

Parameters:
ddm - the DDM stream
IOException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.