|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.InputStream org.apache.james.util.DebugInputStream
public class DebugInputStream
Reads data off a stream, printing every byte read to System.err.
Constructor Summary | |
---|---|
DebugInputStream(java.io.InputStream in)
Constructor that takes an InputStream to be wrapped. |
Method Summary | |
---|---|
void |
close()
Close the stream |
int |
read()
Read a byte off the stream |
Methods inherited from class java.io.InputStream |
---|
available, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugInputStream(java.io.InputStream in)
in
- the InputStream to be wrappedMethod Detail |
---|
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
- if an exception is encountered when readingpublic void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.InputStream
java.io.IOException
- if an exception is encountered when closing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |