|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--org.jSyncManager.Client.LogStream
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.
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 |
---|
|
Field Detail |
java.lang.StringBuffer in
LogStreamInterface log
Constructor Detail |
public LogStream(LogStreamInterface l)
Method Detail |
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |