public class TrackingInputStream
extends java.io.InputStream
TrackingInputStream...| Constructor and Description |
|---|
TrackingInputStream(java.io.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) |
public TrackingInputStream(java.io.InputStream base,
long length,
ProxyTracker tracker)
public int read(byte[] bytes)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] bytes,
int i,
int i1)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long l)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"