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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.InputStreamclose, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
- 
Constructor Details- 
NimbusDownloadInputStream
 
- 
- 
Method Details- 
getVersion- Specified by:
- getVersionin class- InputStreamWithMeta
- Throws:
- IOException
 
- 
read- Specified by:
- readin class- InputStream
- Throws:
- IOException
 
- 
read- Overrides:
- readin class- InputStream
- Throws:
- IOException
 
- 
read- Overrides:
- readin class- InputStream
- Throws:
- IOException
 
- 
availablepublic int available()- Overrides:
- availablein class- InputStream
 
- 
getFileLengthpublic long getFileLength()- Specified by:
- getFileLengthin class- InputStreamWithMeta
 
 
-