Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public final StorageFileOutputStream getFileOutputStream() {
* Creates and opens an output stream to write data to the file. If the file already exists on the service, it will
* be overwritten.
*
* @param offset Starting point of the upload range, if {@code null} it will start from the beginning.
* @param offset Starting point of the upload range.
* @return A {@link StorageFileOutputStream} object used to write data to the file.
* @throws ShareStorageException If a storage service error occurred.
*/
Expand Down