public interface UploadSource
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream()
Get an input stream for reading the resource data.
|
FileMetaData |
getMetadata()
Get a metadata instance with information about
the local file that is about to be uploaded.
|
java.lang.String |
getName()
The name of the resource.
|
java.lang.String getName()
FileMetaData getMetadata()
getInputStream()
is called.java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException