Package io.datarouter.bytes.split
Interface ByteChunkSplitterCollector<T>
- All Known Implementing Classes:
ByteArrayByteChunkCollector,CrlfStringByteChunkCollector
public interface ByteChunkSplitterCollector<T>
-
Method Summary
-
Method Details
-
encode
Encode a single item -
collect
void collect(byte[] bytes, int start, int length) Encode a single item and store in a data structure potentially shared with other items. -
toList
-