public interface ByteChunkSplitterCollector<T>
| Modifier and Type | Method and Description |
|---|---|
void |
collect(byte[] bytes,
int start,
int length)
Encode a single item and store in a data structure potentially shared with other items.
|
T |
encode(byte[] bytes,
int start,
int length)
Encode a single item
|
List<T> |
toList() |
Copyright © 2009–2021. All rights reserved.