jSyncManager

org.jSyncManager.Client
Class LogStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--org.jSyncManager.Client.LogStream

class LogStream
extends java.io.OutputStream

The Log Stream class. This class acts as a standard Output Stream implementation that can send complete lines to a method provided by a LogStreamInterface implementor.

Version:
$Revision: 1.4 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/06/26 02:25:23 $.
See Also:
LogStreamInterface

Field Summary
(package private)  java.lang.StringBuffer in
           
(package private)  LogStreamInterface log
           
 
Constructor Summary
LogStream(LogStreamInterface l)
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

java.lang.StringBuffer in

log

LogStreamInterface log
Constructor Detail

LogStream

public LogStream(LogStreamInterface l)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.