public class TraceInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
TraceInputStream(java.io.InputStream in)
Constructor.
|
public TraceInputStream(java.io.InputStream in)
in - The input stream to wrap.public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionCopyright © 2005-2012. All Rights Reserved.