|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.OutputStream
net.spy.log.LineGettingOutputStream
net.spy.log.MessageOutputStream
Send SpyMessages when stuff goes to this OutputStream.
| Constructor Summary | |
MessageOutputStream(MCastLog mcl)
Get an instance of MessageOutputStream. |
|
| Method Summary | |
void |
close()
Clean up. |
static void |
main(String[] args)
Test. |
protected void |
processChunk(String chunk)
Send this chunk as a SpyMessage. |
| Methods inherited from class net.spy.log.LineGettingOutputStream |
setErr, setOut, write, write |
| Methods inherited from class java.io.OutputStream |
flush, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MessageOutputStream(MCastLog mcl)
| Method Detail |
protected void processChunk(String chunk)
throws IOException
processChunk in class LineGettingOutputStreamchunk -
IOException
public void close()
throws IOException
IOException
public static void main(String[] args)
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||