| Package | Description |
|---|---|
| io.datarouter.bytes.split | |
| io.datarouter.bytes.split.collect |
| Modifier and Type | Method and Description |
|---|---|
static <T> ByteChunkSplitter.ParsedByteChunk<T> |
ByteChunkSplitter.split(byte[] chunk,
byte delimiter,
boolean skipFirst,
ByteChunkSplitterCollector<T> collector) |
| Constructor and Description |
|---|
ByteChunkParsingScanner(io.datarouter.scanner.Scanner<ByteChunkSplitter.ParsedByteChunk<T>> chunks,
ByteChunkSplitterCollector<T> collector) |
| Constructor and Description |
|---|
ByteChunkSplitter(Supplier<ByteChunkSplitterCollector<T>> collectorSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayByteChunkCollector |
class |
CrlfStringByteChunkCollector |
Copyright © 2009–2021. All rights reserved.