Package org.apache.storm.blobstore
Class NimbusBlobStore.NimbusDownloadInputStream
java.lang.Object
java.io.InputStream
org.apache.storm.blobstore.InputStreamWithMeta
org.apache.storm.blobstore.NimbusBlobStore.NimbusDownloadInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- NimbusBlobStore
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
NimbusDownloadInputStream
-
-
Method Details
-
getVersion
- Specified by:
getVersion
in classInputStreamWithMeta
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
available
public int available()- Overrides:
available
in classInputStream
-
getFileLength
public long getFileLength()- Specified by:
getFileLength
in classInputStreamWithMeta
-