public interface Splitter<T extends AbstractWriteHandle>
Modifier and Type | Method and 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
long getCount()
Copyright © 2013-2018 MarkLogic Corporation.