jxUtil 0.6

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

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

public class HEXDR
extends FIELD

Hexadecimal Number. Hexadecimal Number (HEXDR) Field specifies a four-bit encoding. Only one of sixteen values can be assigned. Length Specification The length of a HEXDR field is 1 nibble (a nibble is 4 bits). Literal Form Hex literals are specified in the form X`h' where h is a character in the string '0123456789ABCDEF'.


Field Summary
static short CP
           
 BITSTRDR value
           
 
Constructor Summary
HEXDR()
           
 
Method Summary
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString
 
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

public BITSTRDR value
Constructor Detail

HEXDR

public HEXDR()
Method Detail

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.