Uses of Interface
io.datarouter.bytes.split.ByteChunkSplitterCollector
| Package | Description |
|---|---|
| io.datarouter.bytes.split | |
| io.datarouter.bytes.split.collect |
-
Uses of ByteChunkSplitterCollector in io.datarouter.bytes.split
Methods in io.datarouter.bytes.split with parameters of type ByteChunkSplitterCollector Modifier and Type Method Description static <T> ByteChunkSplitter.ParsedByteChunk<T>ByteChunkSplitter. split(byte[] chunk, byte delimiter, boolean skipFirst, ByteChunkSplitterCollector<T> collector)Constructors in io.datarouter.bytes.split with parameters of type ByteChunkSplitterCollector Constructor Description ByteChunkParsingScanner(io.datarouter.scanner.Scanner<ByteChunkSplitter.ParsedByteChunk<T>> chunks, ByteChunkSplitterCollector<T> collector)Constructor parameters in io.datarouter.bytes.split with type arguments of type ByteChunkSplitterCollector Constructor Description ByteChunkSplitter(Supplier<ByteChunkSplitterCollector<T>> collectorSupplier) -
Uses of ByteChunkSplitterCollector in io.datarouter.bytes.split.collect
Classes in io.datarouter.bytes.split.collect that implement ByteChunkSplitterCollector Modifier and Type Class Description classByteArrayByteChunkCollectorclassCrlfStringByteChunkCollector