public class ProgressInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
ProgressInputStream(java.io.InputStream in,
long total,
ProgressMonitor pm) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
public ProgressInputStream(java.io.InputStream in,
long total,
ProgressMonitor pm)
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionCopyright © 2019 Anahata. All Rights Reserved.