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 QiniuExceptionerror()booleanhasNext()FileInfo[]next()voidremove()
-
-
-
Method Detail
-
error
public QiniuException error()
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<FileInfo[]>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<FileInfo[]>
-
-