Interface NuclosImage


public interface NuclosImage
Class representing an image used in Nuclos
Author:
reichama
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Returns the content of the image
    Returns the filename of the image
  • Method Details

    • getName

      String getName()
      Returns the filename of the image
      Returns:
    • getContent

      byte[] getContent()
      Returns the content of the image
      Returns: