| Package | Description |
|---|---|
| se.l4.commons.io |
| Modifier and Type | Method and Description |
|---|---|
default void |
Bytes.asChunks(ByteArrayConsumer consumer)
Stream this instance to the given consumer.
|
default void |
Bytes.asChunks(int size,
ByteArrayConsumer consumer)
Stream this instance to the given consumer with a specific chunk size.
|
| Constructor and Description |
|---|
ChunkOutputStream(int size,
ByteArrayConsumer out) |
Copyright © 2017. All rights reserved.