Package org.redisson.rx
Class RedissonBinaryStreamRx
java.lang.Object
org.redisson.rx.RedissonBinaryStreamRx
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionRedissonBinaryStreamRx
(CommandRxExecutor commandExecutor, RBinaryStream stream) -
Method Summary
Modifier and TypeMethodDescriptionlong
position()
void
position
(long newPosition) io.reactivex.rxjava3.core.Single<Integer>
read
(ByteBuffer buf) io.reactivex.rxjava3.core.Single<Integer>
write
(ByteBuffer buf)
-
Constructor Details
-
RedissonBinaryStreamRx
-
-
Method Details
-
position
public long position() -
position
public void position(long newPosition) -
read
-
write
-