|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.InputStream java.io.FilterInputStream de.netseeker.ejoe.io.LoggingInputStream
public class LoggingInputStream
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
LoggingInputStream(java.io.InputStream in)
|
Method Summary | |
---|---|
int |
read(byte[] arr)
|
int |
read(byte[] arr,
int offset,
int length)
|
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingInputStream(java.io.InputStream in)
in
- Method Detail |
---|
public int read(byte[] arr, int offset, int length) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] arr) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |