public class Concatenation extends Object
ByteBuffer instances.| Constructor and Description |
|---|
Concatenation(org.reactivestreams.Publisher<ByteBuffer> source)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ByteBuffer> |
single()
Concatenates all buffers into single one.
|
public Concatenation(org.reactivestreams.Publisher<ByteBuffer> source)
source - Source of byte buffers.public io.reactivex.Single<ByteBuffer> single()
Copyright © 2019–2020 jcabi.com. All rights reserved.