public interface Content extends org.reactivestreams.Publisher<ByteBuffer>
Storage.| Modifier and Type | Interface and Description |
|---|---|
static class |
Content.From
Key built from byte buffers publisher and total size if it is known.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Long> |
size()
Provides size of content in bytes if known.
|
Copyright © 2019–2020 jcabi.com. All rights reserved.