public class JsonArrayChunker
extends java.lang.Object
| Constructor and Description |
|---|
JsonArrayChunker(java.io.Reader reader,
java.util.concurrent.Executor executor) |
JsonArrayChunker(java.io.Reader reader,
java.util.concurrent.Executor executor,
int segmentLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
java.io.Reader |
nextChunk() |
public JsonArrayChunker(java.io.Reader reader,
java.util.concurrent.Executor executor)
public JsonArrayChunker(java.io.Reader reader,
java.util.concurrent.Executor executor,
int segmentLength)
public void initialize()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic java.io.Reader nextChunk()
throws java.lang.InterruptedException,
java.io.IOException
java.lang.InterruptedExceptionjava.io.IOException