|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaDataIterator
Iterator over metadata resources.
Method Summary | |
---|---|
void |
close()
Close the resources used by this iterator. |
File |
getFile()
Return the last-iterated metadata resource content as a file, or null if not an extant file. |
InputStream |
getInputStream()
Return the last-iterated metadata resource content as a stream. |
boolean |
hasNext()
Return whether there is another resource to iterate over. |
Object |
next()
Return the next metadata resource. |
Method Detail |
---|
boolean hasNext() throws IOException
IOException
Object next() throws IOException
IOException
InputStream getInputStream() throws IOException
IOException
File getFile() throws IOException
IOException
void close()
close
in interface Closeable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |