JacksonCSVSplitter
public interface Splitter<T extends AbstractWriteHandle>
Modifier and Type | Method | Description |
---|---|---|
long |
getCount() |
|
java.util.stream.Stream<T> |
split(java.io.InputStream input) |
Converts the incoming input stream to a stream of AbstractWriteHandle objects.
|
java.util.stream.Stream<T> split(java.io.InputStream input) throws java.lang.Exception
input
- is the incoming input stream.java.lang.Exception
- if the input cannot be splitlong getCount()
Copyright © 2013-2019 MarkLogic Corporation.