Uses of Interface
org.salespointframework.files.NamedBinary
Packages that use NamedBinary
-
Uses of NamedBinary in org.salespointframework.files
Methods in org.salespointframework.files that return NamedBinaryModifier and TypeMethodDescriptionstatic NamedBinary
Creates a newNamedBinary
for the givenPath
.static NamedBinary
Creates a newNamedBinary
for the givenResource
.static NamedBinary
NamedBinary.of
(MultipartFile file) Creates a newNamedBinary
for the givenMultipartFile
.default NamedBinary
Creates a newNamedBinary
instance with the given name.Methods in org.salespointframework.files with parameters of type NamedBinaryModifier and TypeMethodDescriptionFileStorage.store
(NamedBinary binary) Stores the givenNamedBinary
.