Interface IFileSizeGetter<Holder>

  • Type Parameters:
    Holder - Type of the object that contains the information.
    All Known Subinterfaces:
    IEntityFileSystemBeanAdapter<Entry,​Entity,​Scope>, IFileSizeAccessor<Holder>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IFileSizeGetter<Holder>
    Getter for the file size of an object representing a file.
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getFileSize

        FileSize getFileSize​(Holder object)
        Gets the file size of an object representing a file.
        Parameters:
        object - The object that holds the information.
        Returns:
        The file size of an object representing a file.