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 |
CP
public static final short CP
- See Also:
- Constant Field Values
BITDR
public BITDR(DDM ddm,
int len)
throws IOException
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
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.