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()  
    IconType getIconType()  
    long getLength()  
    java.lang.String getMimeType()  
    int getSize()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IconResource

      public IconResource​(byte[] bytes, IconType iconType)
    • IconResource

      public IconResource​(byte[] bytes, IconType iconType, int size)
  • Method Details

    • getBytes

      public byte[] getBytes()
    • getLength

      public long getLength()
    • getIconType

      public IconType getIconType()
    • getMimeType

      public java.lang.String getMimeType()
    • getSize

      public int getSize()