Package com.qiniu.storage
Class BucketManager.FileListIterator
- java.lang.Object
-
- com.qiniu.storage.BucketManager.FileListIterator
-
- All Implemented Interfaces:
java.util.Iterator<FileInfo[]>
- Enclosing class:
- BucketManager
public class BucketManager.FileListIterator extends java.lang.Object implements java.util.Iterator<FileInfo[]>
创建文件列表迭代器
-
-
Constructor Summary
Constructors Constructor Description FileListIterator(java.lang.String bucket, java.lang.String prefix, int limit, java.lang.String delimiter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QiniuException
error()
boolean
hasNext()
FileInfo[]
next()
void
remove()
-
-
-
Method Detail
-
error
public QiniuException error()
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<FileInfo[]>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<FileInfo[]>
-
-