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.DategetExpires()java.io.InputStreamgetInputStream()java.util.DategetLastModified()longgetLength()java.lang.StringgetMimeType()
-
Constructor Details
-
IconResource
public IconResource(byte[] bytes, java.lang.String mimeType)
-
-
Method Details
-
getInputStream
public java.io.InputStream getInputStream() -
getBytes
public byte[] getBytes() -
getLength
public long getLength() -
getLastModified
public java.util.Date getLastModified() -
getExpires
public java.util.Date getExpires() -
getMimeType
public java.lang.String getMimeType()
-