Uses of Interface
io.datarouter.bytes.split.ByteChunkSplitterCollector
Packages that use ByteChunkSplitterCollector
-
Uses of ByteChunkSplitterCollector in io.datarouter.bytes.split
Methods in io.datarouter.bytes.split with parameters of type ByteChunkSplitterCollectorModifier and TypeMethodDescriptionstatic <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 ByteChunkSplitterCollectorModifierConstructorDescriptionByteChunkParsingScanner(io.datarouter.scanner.Scanner<ByteChunkSplitter.ParsedByteChunk<T>> chunks, ByteChunkSplitterCollector<T> collector) Constructor parameters in io.datarouter.bytes.split with type arguments of type ByteChunkSplitterCollectorModifierConstructorDescriptionByteChunkSplitter(Supplier<ByteChunkSplitterCollector<T>> collectorSupplier) -
Uses of ByteChunkSplitterCollector in io.datarouter.bytes.split.collect
Classes in io.datarouter.bytes.split.collect that implement ByteChunkSplitterCollectorModifier and TypeClassDescriptionclassclass