public class TransferProgressFileInputStream extends FileInputStream
FileInputStream that notifies a
TransferProgress object as it is being written to.| Constructor and Description |
|---|
TransferProgressFileInputStream(File file,
net.anzix.aws.maven.TransferProgress progress) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, finalize, getChannel, getFD, skipmark, markSupported, resetpublic TransferProgressFileInputStream(File file, net.anzix.aws.maven.TransferProgress progress) throws FileNotFoundException
FileNotFoundExceptionpublic int read()
throws IOException
read in class FileInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FileInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FileInputStreamIOExceptionCopyright © 2007–2014. All rights reserved.