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.InputStream
java.io.IOException
public int read(byte[] bytes, int i, int i1) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public long skip(long l) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException
"Copyright © 2010 - 2019 Adobe Systems Incorporated. All Rights Reserved"