|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.droids.helper.Loggable
org.apache.droids.handle.WriterHandler
public class WriterHandler
Wrapper that allows you to pipe a stream from a reader to a writer via a buffer
| Field Summary |
|---|
| Fields inherited from class org.apache.droids.helper.Loggable |
|---|
log |
| Constructor Summary | |
|---|---|
WriterHandler()
|
|
| Method Summary | |
|---|---|
protected static void |
pipe(java.io.Reader reader,
java.io.Writer writer)
Pipes everything from the reader to the writer via a buffer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WriterHandler()
| Method Detail |
|---|
protected static void pipe(java.io.Reader reader,
java.io.Writer writer)
throws java.io.IOException
reader - the underlying read to read fromwriter - the destination writer
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||