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
Constructors - 
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:
 getVersionin classInputStreamWithMeta- Throws:
 IOException
 - 
read
- Specified by:
 readin classInputStream- Throws:
 IOException
 - 
read
- Overrides:
 readin classInputStream- Throws:
 IOException
 - 
read
- Overrides:
 readin classInputStream- Throws:
 IOException
 - 
available
public int available()- Overrides:
 availablein classInputStream
 - 
getFileLength
public long getFileLength()- Specified by:
 getFileLengthin classInputStreamWithMeta
 
 -