| Constructor and Description |
|---|
ODataBatchLineIteratorImpl(org.apache.commons.io.LineIterator batchLineIterator)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrent() |
boolean |
hasNext()
Checks if batch has next line.
|
String |
next()
Gets next line.
|
String |
nextLine() |
void |
remove()
Unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ODataBatchLineIteratorImpl(org.apache.commons.io.LineIterator batchLineIterator)
batchLineIterator - stream line iterator.public boolean hasNext()
public String next()
public String nextLine()
nextLine in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIteratorpublic void remove()
public String getCurrent()
getCurrent in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIteratorCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.