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.FilterInputStream
java.io.IOException
public int read(byte[] b) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
Copyright © 2005-2012. All Rights Reserved.