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, resetpublic TrackingInputStream(InputStream base, long length, ProxyTracker tracker)
public int read(byte[] bytes)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int i,
int i1)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic long skip(long l)
throws IOException
skip in class InputStreamIOException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"