com.aspose.html.io

Interface IFileList

  • All Superinterfaces:
    com.aspose.ms.System.Collections.IEnumerable<IFile>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IFile>, java.lang.Iterable<IFile>


    @DOMNoInterfaceObjectAttribute
    public interface IFileList
    extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IFile>

    Represent the interface for list of files.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IFile get_Item(int index)
      Returns the indexth file in the list.
      long getLength()
      Return length for list of files.
      • Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable

        iterator
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • get_Item

        IFile get_Item(int index)

        Returns the indexth file in the list.

        Parameters:
        index - The index of file.
        Returns:
        The file.
      • getLength

        long getLength()

        Return length for list of files.