jxUtil 0.6

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

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

public class NAMSYMDR
extends FIELD

Name Symbol Data Representation. Name Symbol Data Representation (NAMSYMDR) Field specifies a name containing only the characters: uppercase A through Z, character digits 0 through 9, and the underscore character. Trailing blanks are permissible, but blanks cannot appear anywhere else.


Field Summary
static short CP
           
private  char[] value
           
 
Constructor Summary
NAMSYMDR(char[] value)
           
NAMSYMDR(DDM ddm, int len)
           
NAMSYMDR(String value)
           
 
Method Summary
 NAMSYMDR pad(char ch, int len)
           
 String toString()
          Pretty print.
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP
 
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

private char[] value
Constructor Detail

NAMSYMDR

public NAMSYMDR(char[] value)

NAMSYMDR

public NAMSYMDR(DDM ddm,
                int len)
         throws IOException

NAMSYMDR

public NAMSYMDR(String value)
Method Detail

pad

public NAMSYMDR pad(char ch,
                    int len)

toString

public String toString()
Description copied from class: DATA
Pretty print.

Overrides:
toString in class DATA
Returns:
the class name and code point value.

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.