Package org.redisson.rx
Class RedissonBinaryStreamRx
- java.lang.Object
-
- org.redisson.rx.RedissonBinaryStreamRx
-
public class RedissonBinaryStreamRx extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonBinaryStreamRx(CommandRxExecutor commandExecutor, RBinaryStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
RedissonBinaryStreamRx
public RedissonBinaryStreamRx(CommandRxExecutor commandExecutor, RBinaryStream stream)
-
-
Method Detail
-
position
public long position()
-
position
public void position(long newPosition)
-
read
public io.reactivex.rxjava3.core.Single<Integer> read(ByteBuffer buf)
-
write
public io.reactivex.rxjava3.core.Single<Integer> write(ByteBuffer buf)
-
-