Interface IFileAdapter

All Superinterfaces:
Serializable

public interface IFileAdapter extends Serializable
Common interface for accessing files.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getName

      String getName()
      Returns:
      the file name
    • getData

      byte[] getData()
      Returns:
      the binary data of the file
    • getMimeType

      @Nullable String getMimeType()
      Returns:
      the mime type of the file. May be null if unknown.