Package org.redisson.rx
Class RedissonBinaryStreamRx
java.lang.Object
org.redisson.rx.RedissonBinaryStreamRx
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorsConstructorDescriptionRedissonBinaryStreamRx(CommandRxExecutor commandExecutor, RBinaryStream stream) -
Method Summary
Modifier and TypeMethodDescriptionlongposition()voidposition(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
-