Package org.teamapps.icons
Class IconResource
- java.lang.Object
-
- org.teamapps.icons.IconResource
-
public class IconResource extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IconResource(byte[] bytes, IconType iconType)IconResource(byte[] bytes, IconType iconType, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()IconTypegetIconType()longgetLength()java.lang.StringgetMimeType()intgetSize()
-
-
-
Method Detail
-
getBytes
public byte[] getBytes()
-
getLength
public long getLength()
-
getIconType
public IconType getIconType()
-
getMimeType
public java.lang.String getMimeType()
-
getSize
public int getSize()
-
-