public class TransferProgressFileInputStream extends FileInputStream
FileInputStream that notifies a| Constructor and Description |
|---|
TransferProgressFileInputStream(File file,
org.springframework.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, org.springframework.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-2012 Spring Framework. All Rights Reserved.