xbn.output
Class OWSysDotOut

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.output.OWriter
              |
              +--xbn.output.OWSysDotOut

public class OWSysDotOut
extends OWriter

An OWriter where the destination is STDOUT, via sop/println.

Source code:  OWSysDotOut.java.  Example code  See the example code for OWriter.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
OWSysDotOut()
          Create a OWSysDotOut.
 
Method Summary
 void newln()
          Output a newline only, to standard out.
 void write(String s_message)
          Output a line of text via standard out.
 void writeNoln(String s_message)
          Output a line of text via standard out.
 
Methods inherited from class xbn.output.OWriter
isActive
 
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, toString, wait, wait, wait
 

Constructor Detail

OWSysDotOut

public OWSysDotOut()

Create a OWSysDotOut.

Equal to OWriter()

Method Detail

write

public void write(String s_message)

Output a line of text via standard out.

Equal to sopl(s_message)

Overrides:
write in class OWriter
Parameters:
s_message - The message to output.

writeNoln

public void writeNoln(String s_message)

Output a line of text via standard out.

Equal to sop(s_message)

Overrides:
writeNoln in class OWriter
Parameters:
s_message - The message to output.

newln

public void newln()

Output a newline only, to standard out.

Equal to sopl()

Overrides:
newln in class OWriter



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