Uses of Class
io.vertigo.datastore.impl.filestore.model.StreamFile
-
Packages that use StreamFile Package Description io.vertigo.datastore.impl.filestore.model -
-
Uses of StreamFile in io.vertigo.datastore.impl.filestore.model
Methods in io.vertigo.datastore.impl.filestore.model that return StreamFile Modifier and Type Method Description static StreamFile
StreamFile. of(String fileName, String typeMime, URL resourceUrl)
static StreamFile
StreamFile. of(String fileName, String typeMime, Instant lastModified, long length, InputStreamBuilder inputStreamBuilder)
static StreamFile
StreamFile. of(String fileName, Instant lastModified, long length, InputStreamBuilder inputStreamBuilder)
-