Package org.teamapps.ux.resource
Class InputStreamResource
java.lang.Object
org.teamapps.ux.resource.InputStreamResource
- All Implemented Interfaces:
Resource
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionInputStreamResource(Supplier<InputStream> inputStreamSupplier) InputStreamResource(Supplier<InputStream> inputStreamSupplier, long length) InputStreamResource(Supplier<InputStream> inputStreamSupplier, long length, String name) InputStreamResource(Supplier<InputStream> inputStreamSupplier, String name) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.ux.resource.Resource
asAttachment, expiring, getAsFile, getExpires, getLastModified, getMimeType, isAttachment, lastModified, withMimeType
-
Constructor Details
-
InputStreamResource
-
InputStreamResource
-
InputStreamResource
-
InputStreamResource
-
-
Method Details