1111
This commit is contained in:
21
Object/IO/IO.md
Normal file
21
Object/IO/IO.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# IO 类函数文档
|
||||
|
||||
**类说明**:
|
||||
`IO`类为文件流泪。
|
||||
|
||||
**注意事项**:
|
||||
进阶操作,不提供说明,请确保自身有足够的能力编写,与群内其他开发者或群主沟通使用
|
||||
---
|
||||
|
||||
- `constructor(FileName, Modes)`
|
||||
|
||||
- `function ReadLine()`
|
||||
|
||||
- `function Read() `
|
||||
|
||||
- `function ReadBuffer(size)`
|
||||
|
||||
- `function Write(Str)`
|
||||
|
||||
- `function Close()`
|
||||
---
|
||||
Reference in New Issue
Block a user