Class UploadedFile
java.lang.Object
org.teamapps.ux.component.field.upload.UploadedFile
-
Constructor Summary
ConstructorsConstructorDescriptionUploadedFile(String uuid, String name, long sizeInBytes, String mimeType, Supplier<InputStream> inputStreamSupplier, Supplier<File> fileSupplier) -
Method Summary
-
Constructor Details
-
UploadedFile
-
-
Method Details
-
getAsInputStream
- Throws:
UploadedFileAccessException
-
getAsFile
-
getUuid
-
getName
-
getSizeInBytes
public long getSizeInBytes() -
getMimeType
-
getInputStreamSupplier
-
getFileSupplier
-
createInputStream
-