Class NewFileResponse
Object
NewFileResponse
- All Implemented Interfaces:
Serializable
Result of creating a new file for writing, containing the file ID and an
OutputStream to write its content.
The caller is responsible for closing the OutputStream.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NewFileResponse
public NewFileResponse() -
NewFileResponse
-
-
Method Details
-
getFileId
-
getOutputStream
-