Class ByteArrayResource
java.lang.Object
org.teamapps.ux.resource.ByteArrayResource
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionByteArrayResource(byte[] data, String name) ByteArrayResource(byte[] data, String name, String mimeType) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.ux.resource.Resource
asAttachment, expiring, getAsFile, getExpires, getLastModified, isAttachment, lastModified, withMimeType
-
Constructor Details
-
ByteArrayResource
-
ByteArrayResource
-
-
Method Details
-
getMimeType
- Specified by:
getMimeTypein interfaceResource
-
getInputStream
- Specified by:
getInputStreamin interfaceResource
-
getName
-
getLength
-
equals
-
hashCode
-