xbn.config
Class CRCFileActual

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.config.CRConfig
              |
              +--xbn.config.CRCFileActual

public class CRCFileActual
extends CRConfig

A CRConfig where the CRCDelimiters is always a CRCDFileActual. See CRCDFileActual.

Source code:  CRCFileActual.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
CRCFileActual()
          Create a CRCFileActual with default settings.
CRCFileActual(CRCDelimiters crcd_fileActual, CRCVariable crc_variable)
          Create a CRCFileActual.
CRCFileActual(CRCDFileActual crcd_fileActual)
          Create a CRCFileActual.
CRCFileActual(CRCVariable crc_variable)
          Create a CRCFileActual.
 
Methods inherited from class xbn.config.CRConfig
getAll2BEscNotVD, getCRCDelimiters, getCRCVariable, toString
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CRCFileActual

public CRCFileActual()

Create a CRCFileActual with default settings.

Equal to CRConfig(new CRCDFileActual())


CRCFileActual

public CRCFileActual(CRCDFileActual crcd_fileActual)

Create a CRCFileActual.

Equal to CRConfig(crcd_fileActual)


CRCFileActual

public CRCFileActual(CRCVariable crc_variable)

Create a CRCFileActual.

Equal to CRConfig((new CRCDFileActual()), crc_variable)


CRCFileActual

public CRCFileActual(CRCDelimiters crcd_fileActual,
                     CRCVariable crc_variable)

Create a CRCFileActual.

Equal to CRConfig(crcd_fileActual, crc_variable)




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo