jxUtil 0.6

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

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

public class BITDR
extends FIELD

A Single Bit. A Single Bit (BITDR) is a data value encoding only one of two possible states. The bit is the lowest level of data representation in DDM. Length Specification The length attribute for BITDR has a value of 1 (bit). Literal Form Literals are specified in the form B'X` where x is 0 or 1.


Field Summary
static short CP
           
 
Constructor Summary
BITDR(DDM ddm, int len)
           
 
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
Constructor Detail

BITDR

public BITDR(DDM ddm,
             int len)
      throws IOException
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.