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
Modifier and Type Method Description byte[]getBytes()IconTypegetIconType()longgetLength()java.lang.StringgetMimeType()intgetSize()
-
Constructor Details
-
Method Details
-
getBytes
public byte[] getBytes() -
getLength
public long getLength() -
getIconType
-
getMimeType
public java.lang.String getMimeType() -
getSize
public int getSize()
-