Klasse UploadedFile
java.lang.Object
org.teamapps.ux.component.field.upload.UploadedFile
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungUploadedFile(String uuid, String name, long sizeInBytes, String mimeType, Supplier<InputStream> inputStreamSupplier, Supplier<File> fileSupplier) -
Methodenübersicht
-
Konstruktordetails
-
UploadedFile
-
-
Methodendetails
-
getAsInputStream
- Löst aus:
UploadedFileAccessException
-
getAsFile
-
getUuid
-
getName
-
getSizeInBytes
public long getSizeInBytes() -
getMimeType
-
getInputStreamSupplier
-
getFileSupplier
-
createInputStream
-