Class FileListing


  • public final class FileListing
    extends java.lang.Object
    该类封装了文件列举请求回复
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] commonPrefixes
      通用前缀
      FileInfo[] items
      文件对象列表
      java.lang.String marker
      下一次列举的marker
    • Constructor Summary

      Constructors 
      Constructor Description
      FileListing()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEOF()
      列举操作是否已到所有文件列表结尾,如果为true表示无需再发送列举请求
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • items

        public FileInfo[] items
        文件对象列表
      • marker

        public java.lang.String marker
        下一次列举的marker
      • commonPrefixes

        public java.lang.String[] commonPrefixes
        通用前缀
    • Constructor Detail

      • FileListing

        public FileListing()
    • Method Detail

      • isEOF

        public boolean isEOF()
        列举操作是否已到所有文件列表结尾,如果为true表示无需再发送列举请求
        Returns:
        是否 list 结束