public class ItemCacheInputStream extends CacheInputStream
| Constructor and Description |
|---|
ItemCacheInputStream(ItemCacheMetadata metadata,
InputStream stream) |
ItemCacheInputStream(long id,
long timeToLive,
long timeToIdle,
long creationTime,
long mostRecentTime,
short flag,
long size,
InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bytes,
int i,
int i1) |
getArrayDataList, getCache, getCreationTime, getExpirationTime, getFlag, getId, getMap, getMostRecentTime, getSize, getTimeToIdle, getTimeToIdleRemaining, getTimeToLive, getTimeToLiveRemaining, isOverrideMetadata, setArrayDataList, setCache, setMap, writeToavailable, close, mark, markSupported, read, reset, skippublic ItemCacheInputStream(ItemCacheMetadata metadata, InputStream stream)
public ItemCacheInputStream(long id,
long timeToLive,
long timeToIdle,
long creationTime,
long mostRecentTime,
short flag,
long size,
InputStream stream)
public int read(byte[] bytes,
int i,
int i1)
throws IOException
read in class CacheInputStreamIOExceptionpublic int read()
throws IOException
read in class CacheInputStreamIOExceptionCopyright © 2016. All rights reserved.