protected class LocalUWSFileManager.LocalAllUserBackupInputs
extends java.lang.Object
implements java.util.Iterator<java.io.InputStream>
next()
function creates and returns the InputStream
for the next backup file.Constructor and Description |
---|
LocalAllUserBackupInputs(LocalUWSFileManager fm) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.io.InputStream |
next()
If the file whose the input stream must be created and returned does not exist
or has not the READ permission, null will be returned.
|
void |
remove() |
public LocalAllUserBackupInputs(LocalUWSFileManager fm)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.io.InputStream>
public java.io.InputStream next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator<java.io.InputStream>
java.util.NoSuchElementException
Iterator.next()
public void remove()
remove
in interface java.util.Iterator<java.io.InputStream>