public interface RBinaryStream extends RBucket<byte[]>
| Modifier and Type | Method and Description |
|---|---|
AsynchronousByteChannel |
getAsynchronousChannel()
Returns async channel object which allows to write and read binary stream.
|
SeekableByteChannel |
getChannel()
Returns channel object which allows to write and read binary stream.
|
InputStream |
getInputStream()
Returns inputStream object which allows to read binary stream.
|
OutputStream |
getOutputStream()
Returns outputStream object which allows to write binary stream.
|
addListener, compareAndSet, get, getAndDelete, getAndSet, getAndSet, set, set, setAndKeepTTL, setIfExists, setIfExists, size, trySet, trySetclearExpire, expire, expire, expireAt, expireAt, remainTimeToLivecopy, delete, dump, getCodec, getIdleTime, getName, isExists, migrate, move, removeListener, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, sizeInMemory, touch, unlinkaddListenerAsync, compareAndSetAsync, getAndDeleteAsync, getAndSetAsync, getAndSetAsync, getAsync, setAndKeepTTLAsync, setAsync, setAsync, setIfExistsAsync, setIfExistsAsync, sizeAsync, trySetAsync, trySetAsyncclearExpireAsync, expireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsynccopyAsync, deleteAsync, dumpAsync, getIdleTimeAsync, isExistsAsync, migrateAsync, moveAsync, removeListenerAsync, renameAsync, renamenxAsync, restoreAndReplaceAsync, restoreAndReplaceAsync, restoreAsync, restoreAsync, sizeInMemoryAsync, touchAsync, unlinkAsyncAsynchronousByteChannel getAsynchronousChannel()
SeekableByteChannel getChannel()
InputStream getInputStream()
OutputStream getOutputStream()
Copyright © 2014–2021 Redisson. All rights reserved.