Skip to content

Commit 10a8613

Browse files
committed
Update Class File.rst
1 parent e8134c0 commit 10a8613

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source/amebapro2/API_Documents/FileSystem/Class File.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,35 @@ A class for data manipulation of files in a file system.
2626
+---------------------------+------------------------------------------+
2727
| **Public Constructors** |
2828
+===========================+==========================================+
29-
| File::File | Constructs a File object |
29+
| File::File | Constructs a File object. |
3030
+---------------------------+------------------------------------------+
3131
| **Public Methods** |
3232
+---------------------------+------------------------------------------+
33-
| File::open | Open a file from the filesystem |
34-
+===========================+==========================================+
35-
| File::close | Close a previously opened file |
33+
| File::open | Open a file from the filesystem. |
34+
+---------------------------+------------------------------------------+
35+
| File::close | Close a previously opened file. |
3636
+---------------------------+------------------------------------------+
37-
| File::write | Write data to the currently open file |
37+
| File::write | Write data to the currently open file. |
3838
+---------------------------+------------------------------------------+
39-
| File::read | Read data from the currently open file |
39+
| File::read | Read data from the currently open file. |
4040
+---------------------------+------------------------------------------+
4141
| File::peek | Peek at the next data byte from the |
42-
| | currently open file |
42+
| | currently open file. |
4343
+---------------------------+------------------------------------------+
4444
| File::available | Check number of bytes remaining till end |
45-
| | of file |
45+
| | of file. |
4646
+---------------------------+------------------------------------------+
47-
| File::flush | Flush cached data |
47+
| File::flush | Flush cached data. |
4848
+---------------------------+------------------------------------------+
49-
| File::seek | Move read write pointer |
49+
| File::seek | Move read write pointer. |
5050
+---------------------------+------------------------------------------+
51-
| File::position | Get current read write pointer |
51+
| File::position | Get current read write pointer. |
5252
+---------------------------+------------------------------------------+
53-
| File::size | Get file size |
53+
| File::size | Get file size. |
5454
+---------------------------+------------------------------------------+
55-
| File::isOpen | Check if a file is currently open |
55+
| File::isOpen | Check if a file is currently open. |
5656
+---------------------------+------------------------------------------+
57-
| File::name | Get currently open file name |
57+
| File::name | Get currently open file name. |
5858
+---------------------------+------------------------------------------+
5959

6060
**File::File**

0 commit comments

Comments
 (0)