public class CacheLoaderChunkInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buffer |
protected int |
indexInBuffer |
| Constructor and Description |
|---|
CacheLoaderChunkInputStream(org.infinispan.persistence.spi.CacheLoader<java.lang.String,byte[]> blobCache,
java.lang.String key,
int chunkSize,
long totalSize)
Appease checkstyles..
|
public CacheLoaderChunkInputStream(org.infinispan.persistence.spi.CacheLoader<java.lang.String,byte[]> blobCache,
java.lang.String key,
int chunkSize,
long totalSize)
blobCache - key - chunkSize - totalSize - public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int available()
available in class java.io.InputStreampublic final long skip(long n)
skip in class java.io.InputStreampublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamCopyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.