jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.FIELD
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.HEXSTRDR
Direct Known Subclasses:
DSSFMT

public class HEXSTRDR
extends FIELD

Hexadecimal String. Hexadecimal String (HEXSTRDR) Field specifies a string of hexadecimal numbers. Length Specification The length of a HEXSTRDR field is expressed in units of HEXDR. Literal Form Hex string literals are specified in the form X`h...' where h is a character in the string '0123456789ABCDEF'.


Field Summary
static short CP
           
 HEXDR value
           
 
Constructor Summary
HEXSTRDR()
           
 
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 HEXDR value
Constructor Detail

HEXSTRDR

public HEXSTRDR()
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.