Package org.apache.storm.blobstore
Class BlobStore.BlobStoreFileInputStream
java.lang.Object
java.io.InputStream
org.apache.storm.blobstore.InputStreamWithMeta
org.apache.storm.blobstore.BlobStore.BlobStoreFileInputStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- Enclosing class:
- BlobStore
Input stream implementation used for writing both the metadata containing the acl information and the blob data.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.InputStreammark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
- 
Constructor Details- 
BlobStoreFileInputStream- Throws:
- IOException
 
 
- 
- 
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
 
- 
available- Overrides:
- availablein class- InputStream
- Throws:
- IOException
 
- 
getFileLength- Specified by:
- getFileLengthin class- InputStreamWithMeta
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- InputStream
- Throws:
- IOException
 
 
-