public class ProgressInputStream extends FilterInputStream
in
Constructor and Description |
---|
ProgressInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener l) |
long |
getTotalNumBytesRead() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
removePropertyChangeListener(PropertyChangeListener l) |
void |
reset() |
long |
skip(long n) |
available, close, read
public ProgressInputStream(InputStream in)
public long getTotalNumBytesRead()
public void addPropertyChangeListener(PropertyChangeListener l)
public void removePropertyChangeListener(PropertyChangeListener l)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public long skip(long n) throws IOException
skip
in class FilterInputStream
IOException
public void mark(int readlimit)
mark
in class FilterInputStream
public void reset() throws IOException
reset
in class FilterInputStream
IOException
public boolean markSupported()
markSupported
in class FilterInputStream
Copyright © 2016–2018. All rights reserved.