public class TrackingInputStream extends InputStream
TrackingInputStream
...Constructor and Description |
---|
TrackingInputStream(InputStream base,
long length,
ProxyTracker tracker) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int i,
int i1) |
long |
skip(long l) |
available, close, mark, markSupported, reset
public TrackingInputStream(InputStream base, long length, ProxyTracker tracker)
public int read(byte[] bytes) throws IOException
read
in class InputStream
IOException
public int read(byte[] bytes, int i, int i1) throws IOException
read
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public long skip(long l) throws IOException
skip
in class InputStream
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"