R - the pipeline result type (may be Void if all results are processed on the fly)public class JSONArrayPipeline<R>
extends net.pwall.util.pipeline.AbstractIntObjectPipeline<net.pwall.json.JSONValue,R>
JSONValues.| Constructor and Description |
|---|
JSONArrayPipeline(net.pwall.util.pipeline.Acceptor<net.pwall.json.JSONValue,R> valueConsumer) |
public JSONArrayPipeline(net.pwall.util.pipeline.Acceptor<net.pwall.json.JSONValue,R> valueConsumer)
public boolean isComplete()
public void acceptInt(int value)
throws Exception
public void close()
close in interface AutoCloseableclose in class net.pwall.util.pipeline.AbstractIntObjectPipeline<net.pwall.json.JSONValue,R>Copyright © 2020. All rights reserved.