public class TransferProgressFileInputStream extends FileInputStream
FileInputStream
that notifies aConstructor 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, skip
mark, markSupported, reset
public TransferProgressFileInputStream(File file, org.springframework.aws.maven.TransferProgress progress) throws FileNotFoundException
FileNotFoundException
public int read() throws IOException
read
in class FileInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FileInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FileInputStream
IOException
Copyright © 2007-2012 Spring Framework. All Rights Reserved.