Class LtiFileUpload
java.lang.Object
org.opencastproject.lti.service.api.LtiFileUpload
A tuple consisting of a file name and the file data
-
Constructor Summary
ConstructorsConstructorDescriptionLtiFileUpload(InputStream stream, String sourceName) Construct a file upload object -
Method Summary
Modifier and TypeMethodDescriptionGet the source (file) nameGet the file data
-
Constructor Details
-
LtiFileUpload
Construct a file upload object- Parameters:
stream- The file datasourceName- The file (or source) name
-
-
Method Details
-
getStream
Get the file data- Returns:
- The file data
-
getSourceName
Get the source (file) name- Returns:
- The source (file) name
-