File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -726,8 +726,7 @@ abstract class RandomAccessFile {
726726 Future <RandomAccessFile > writeByte (int value);
727727
728728 /**
729- * Synchronously writes a single byte to the file. Returns the
730- * number of bytes successfully written.
729+ * Synchronously writes a single byte to the file. Returns 1 on success.
731730 *
732731 * Throws a [FileSystemException] if the operation fails.
733732 */
Original file line number Diff line number Diff line change @@ -724,8 +724,7 @@ abstract class RandomAccessFile {
724724 Future <RandomAccessFile > writeByte (int value);
725725
726726 /**
727- * Synchronously writes a single byte to the file. Returns the
728- * number of bytes successfully written.
727+ * Synchronously writes a single byte to the file. Returns 1 on success.
729728 *
730729 * Throws a [FileSystemException] if the operation fails.
731730 */
You can’t perform that action at this time.
0 commit comments