public interface RBinaryStream extends RBucket<byte[]>
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Returns inputStream which reads binary stream.
|
OutputStream |
getOutputStream()
Returns outputStream which writes binary stream.
|
compareAndSet, get, getAndDelete, getAndSet, set, set, size, trySet, trySetclearExpire, expire, expireAt, expireAt, remainTimeToLivecopy, delete, getCodec, getName, isExists, migrate, move, rename, renamenx, touch, unlinkcompareAndSetAsync, getAndDeleteAsync, getAndSetAsync, getAsync, setAsync, setAsync, sizeAsync, trySetAsync, trySetAsyncclearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsynccopyAsync, deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync, unlinkAsyncInputStream getInputStream()
OutputStream getOutputStream()
Copyright © 2014–2018 The Redisson Project. All rights reserved.