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