Class TransferProgressFileInputStream
java.lang.Object
java.io.InputStream
java.io.FileInputStream
io.github.qbast.azurewagon.transfer.TransferProgressFileInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionTransferProgressFileInputStream(File file, TransferProgress transferProgress) -
Method Summary
Methods inherited from class java.io.FileInputStream
available, close, getChannel, getFD, readAllBytes, readNBytes, skipMethods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
TransferProgressFileInputStream
public TransferProgressFileInputStream(File file, TransferProgress transferProgress) throws IOException - Throws:
IOException
-
-
Method Details
-
read
- Overrides:
readin classFileInputStream- Throws:
IOException
-
read
- Overrides:
readin classFileInputStream- Throws:
IOException
-
read
- Overrides:
readin classFileInputStream- Throws:
IOException
-