public class TransferProgressFileInputStream
extends com.amazonaws.internal.ResettableInputStream
FileInputStream that notifies a @{link TransferProgress} object as it is being read fromin| Constructor and Description |
|---|
TransferProgressFileInputStream(File file,
org.kuali.maven.wagon.TransferProgress progress) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, getFile, mark, markSupported, newResettableInputStream, newResettableInputStream, newResettableInputStream, newResettableInputStream, reset, skipclose, disableClose, isCloseDisabled, release, wrappublic TransferProgressFileInputStream(File file, org.kuali.maven.wagon.TransferProgress progress) throws IOException
IOExceptionpublic int read()
throws IOException
read in class com.amazonaws.internal.ResettableInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class com.amazonaws.internal.ResettableInputStreamIOExceptionCopyright © 2010–2021. All rights reserved.