public class StoreChunkInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buffer |
protected int |
indexInBuffer |
| Constructor and Description |
|---|
StoreChunkInputStream(org.infinispan.loaders.CacheStore blobCache,
String key)
Get the chunk input stream for the given key in the given Infinispan CacheStore
|
public StoreChunkInputStream(org.infinispan.loaders.CacheStore blobCache,
String key)
blobCache - key - public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic final long skip(long n)
throws IOException
skip in class InputStreamIOExceptionprotected byte[] nextChunk()
throws IOException
IOExceptionCopyright © 2013–2014 DuraSpace, Inc.. All rights reserved.