|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.metasyntactic.codec.uu.UUDecoder
| Constructor Summary | |
UUDecoder(java.io.BufferedReader in,
java.io.OutputStream out)
Reads UU encoded data from 'in', and writes it to 'out'. |
|
UUDecoder(java.io.InputStream in,
java.io.OutputStream out)
|
|
UUDecoder(java.io.Reader in,
java.io.OutputStream out)
|
|
| Method Summary | |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UUDecoder(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
public UUDecoder(java.io.Reader in,
java.io.OutputStream out)
throws java.io.IOException
public UUDecoder(java.io.BufferedReader in,
java.io.OutputStream out)
throws java.io.IOException
in - The source of the uu-encoded dataout - The sink for the decoded data
java.io.IOException - If an IOException occurs with the underlying io streams| Method Detail |
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||