org.sourceforge.jxutil.net.ddm.qddbasd
Class DSSFMT
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.FIELD
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.HEXSTRDR
|
+--org.sourceforge.jxutil.net.ddm.qddbasd.DSSFMT
- public abstract class DSSFMT
- extends HEXSTRDR
Data Stream Structure Format.
(DSSFMT) Hexadecimal String specifies the format of a DDM data stream
structure (DSS). It specifies the type of the DSS and how it relates to
other DSSs.
Field Summary |
static short |
CP
|
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.HEXSTRDR |
value |
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.HEXSTRDR |
write |
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP, toString |
CP
public static final short CP
- See Also:
- Constant Field Values
DSSFMT
public DSSFMT()
isChained
public static boolean isChained(int value)
read
public static DATA read(int value,
DDM ddm,
int len)
throws IOException
IOException
toString
public static String toString(int value)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.