jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.FIELD
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.CODPNTDR

public class CODPNTDR
extends FIELD

Code Point Data Representation. (CODPNTDR) specifies the data representation of a dictionary code point. Code points are hexadecimal aliases for DDM architecture's named terms. Code points reduce the number of bytes required to identify the class of an object in memory and in data streams.


Field Summary
static short CP
           
private  short value
           
 
Constructor Summary
CODPNTDR(DDM ddm, int len)
           
CODPNTDR(short value)
           
 
Method Summary
 String toString()
          Pretty print.
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP
 
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
See Also:
Constant Field Values

value

private final short value
Constructor Detail

CODPNTDR

public CODPNTDR(DDM ddm,
                int len)
         throws IOException

CODPNTDR

public CODPNTDR(short value)
Method Detail

toString

public String toString()
Description copied from class: DATA
Pretty print.

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

write

public void write(DDM ddm)
           throws IOException
Description copied from class: DATA
Write out the object.

Overrides:
write in class DATA
Parameters:
ddm - the DDM stream
IOException

jxUtil 0.6

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