Package org.nuclos.api
Interface NuclosImage
public interface NuclosImage
Class representing an image used in Nuclos
- Author:
- reichama
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Returns the content of the imagegetName()
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:
-