feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -6,13 +6,13 @@
以内存缓冲区保存和操作流数据的内置对象
<!-- tags: Object TMemoryStream 内存流 写入 保存 对象 实例 -->
<!-- tags: Object TMemoryStream 内存流 写入 保存 对象 实例 创建 生成 构造函数 实例化 new -->
### `create()`
声明:function
创建 TMemoryStream 实例
无参数构造函数。创建空的内存流实例
<!-- tags: Object TMemoryStream 内存流 创建 生成 对象 实例 -->
@@ -40,9 +40,9 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `alias` | string | 字符串类型,目录别名。如果有系统权限,可以为空字符串 |
| 参数 | 类型 | 说明 |
| ----------- | ------ | ------------------------------------------------------- |
| `alias` | string | 字符串类型,目录别名。如果有系统权限,可以为空字符串 |
| `file_name` | string | 字符串类型,文件名,如果Alias为空,则为带全路径的文件名 |
返回:any
@@ -57,8 +57,8 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| -------- | ------- | -------------------------- |
| `stream` | TStream | 流类型,如文件流,内存流等 |
返回:any
@@ -73,9 +73,9 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `alias` | string | 字符串类型,目录别名。如果有系统权限,可以为空字符串 |
| 参数 | 类型 | 说明 |
| ----------- | ------ | ------------------------------------------------------- |
| `alias` | string | 字符串类型,目录别名。如果有系统权限,可以为空字符串 |
| `file_name` | string | 字符串类型,文件名,如果Alias为空,则为带全路径的文件名 |
返回:any
@@ -90,8 +90,8 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| -------- | ------- | -------------------------- |
| `stream` | TStream | 流类型,如文件流,内存流等 |
返回:any