public class HttpSyncedEntriesIterator extends java.lang.Object implements SyncedEntriesIterator
Modifier | Constructor and Description |
---|---|
protected |
HttpSyncedEntriesIterator(java.io.InputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the iterator.
|
protected void |
finalize() |
boolean |
hasNext() |
SyncedEntry |
next() |
SyncedEntry[] |
nextBatch(int count)
Gets next set of SyncedEntry.
|
void |
remove() |
protected HttpSyncedEntriesIterator(java.io.InputStream stream) throws java.lang.Exception
java.lang.Exception
public void close() throws UnknownErrorException
SyncedEntriesIterator
close
in interface SyncedEntriesIterator
UnknownErrorException
- upon errorpublic SyncedEntry[] nextBatch(int count) throws UnknownErrorException
SyncedEntriesIterator
nextBatch
in interface SyncedEntriesIterator
count
- Number of SyncedEntry to retrieve.UnknownErrorException
- upon errorpublic boolean hasNext()
hasNext
in interface java.util.Iterator<SyncedEntry>
public SyncedEntry next()
next
in interface java.util.Iterator<SyncedEntry>
public void remove()
remove
in interface java.util.Iterator<SyncedEntry>
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Copyright © 2013 Dassault Systèmes, All Rights Reserved.