Interface IFileSizeSetter<Holder>

Type Parameters:
Holder - Type of the object that contains the information.
All Known Subinterfaces:
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 IFileSizeSetter<Holder>
Setter for the file size of an object representing a file.
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFileSize(Holder object, FileSize value)
    Sets the file size of an object representing a file.
  • Method Details

    • setFileSize

      void setFileSize(Holder object, FileSize value)
      Sets the file size of an object representing a file.
      Parameters:
      object - The object that holds the information.
      value - The file size of an object representing a file.