public class TraceInputStream extends FilterInputStream
in
Constructor and Description |
---|
TraceInputStream(InputStream in)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skip
public TraceInputStream(InputStream in)
in
- The input stream to wrap.public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2005–2016. All rights reserved.