|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xbn.XBNObject | +--xbn.output.OWriter | +--xbn.output.OWSysDotOut
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 |
public OWSysDotOut()
Create a OWSysDotOut.
Equal to OWriter()
Method Detail |
public void write(String s_message)
Output a line of text via standard out.
Equal to sopl(s_message)
write
in class OWriter
s_message
- The message to output.public void writeNoln(String s_message)
Output a line of text via standard out.
Equal to sop(s_message)
writeNoln
in class OWriter
s_message
- The message to output.public void newln()
Output a newline only, to standard out.
Equal to sopl()
newln
in class OWriter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava