jxUtil 0.6

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

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.FIELD
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.CHRDR

public class CHRDR
extends FIELD

A Graphic Character. A Graphic Character (CHRDR) Encoded Information includes the graphic characters listed in Table 3-3. The additional code pages for ASCII allow servers to send in the DDM commands and reply message parameters containing character data in either EBCDIC or ASCII code pages. See CCSIDMGR. The CCSIDMGR must support the code pages shown in Table 3-3; see the Character Data Representation Architecture Reference (SC09-1390, IBM). Table 3-3 Required CCSIDs


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

CHRDR

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