public class RedissonBinaryStreamRx extends Object
| Constructor and Description |
|---|
RedissonBinaryStreamRx(CommandRxExecutor commandExecutor,
RBinaryStream stream) |
| Modifier and Type | Method and Description |
|---|---|
long |
position() |
void |
position(long newPosition) |
io.reactivex.rxjava3.core.Single<Integer> |
read(ByteBuffer buf) |
io.reactivex.rxjava3.core.Single<Integer> |
write(ByteBuffer buf) |
public RedissonBinaryStreamRx(CommandRxExecutor commandExecutor, RBinaryStream stream)
public long position()
public void position(long newPosition)
public io.reactivex.rxjava3.core.Single<Integer> read(ByteBuffer buf)
public io.reactivex.rxjava3.core.Single<Integer> write(ByteBuffer buf)
Copyright © 2014–2021 Redisson. All rights reserved.