Class IconResource

java.lang.Object
org.teamapps.icons.systemprovider.IconResource

public class IconResource
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    IconResource​(byte[] bytes, java.lang.String mimeType)  
  • Method Summary

    Modifier and Type Method Description
    byte[] getBytes()  
    java.util.Date getExpires()  
    java.io.InputStream getInputStream()  
    java.util.Date getLastModified()  
    long getLength()  
    java.lang.String getMimeType()  

    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, java.lang.String mimeType)
  • Method Details