jxUtil 0.6

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
 
Constructor Summary
DSSFMT()
           
 
Method Summary
static boolean isChained(int value)
           
static DATA read(int value, DDM ddm, int len)
           
static String toString(int 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
 
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

DSSFMT

public DSSFMT()
Method Detail

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)

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.