public interface IMetaReader extends SequenceWithClose<DocumentData>
while ((i=Sequence.next()) != null) {
System.out.println(i.toString()+" has uid "+Sequence.getUid());
:
}
Sequence.close();
| Modifier and Type | Method and Description |
|---|---|
long |
getLocalUID()
Gets the uid attribute of the item that is read currently.
|
String |
getLocation()
Returns location of this sequence.
|
closelong getLocalUID()
String getLocation()
Copyright © 2016 Egothor. All Rights Reserved.