jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSDataTypes.BOOL

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XFSDataTypes.XFSDataType
        |
        +--org.sourceforge.jxutil.net.xfs.XFSDataTypes.CARD8
              |
              +--org.sourceforge.jxutil.net.xfs.XFSDataTypes.BOOL
Enclosing class:
XFSDataTypes

public static final class XFSDataTypes.BOOL
extends XFSDataTypes.CARD8

This is a boolean value containing one of the following alternate values: False 0 True 1.

BOOL: CARD8

NB:BOOL represented internally as a Java boolean.


Field Summary
 
Fields inherited from class org.sourceforge.jxutil.net.xfs.XFSDataTypes.CARD8
bytes
 
Constructor Summary
XFSDataTypes.BOOL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFSDataTypes.BOOL

public XFSDataTypes.BOOL()

jxUtil 0.6

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