Uses of Interface
io.vertigo.datastore.filestore.model.InputStreamBuilder
-
Packages that use InputStreamBuilder Package Description io.vertigo.datastore.impl.filestore.model -
-
Uses of InputStreamBuilder in io.vertigo.datastore.impl.filestore.model
Methods in io.vertigo.datastore.impl.filestore.model with parameters of type InputStreamBuilder Modifier and Type Method Description 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)
Constructors in io.vertigo.datastore.impl.filestore.model with parameters of type InputStreamBuilder Constructor Description StreamFile(String fileName, String mimeType, Instant lastModified, long length, InputStreamBuilder inputStreamBuilder)
Constructor.
-