📦 deps(tsl): sync tsl-playbook from 5d73964d

Source-Commit: 5d73964db8
This commit is contained in:
ci[bot]
2026-08-14 17:15:41 +08:00
parent 5f4ca63966
commit 2f0d80da65
574 changed files with 47871 additions and 14463 deletions
@@ -18,9 +18,9 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `src` | TStream | 流类型,复制的来源 |
| 参数 | 类型 | 说明 |
| ------- | ------- | -------------------- |
| `src` | TStream | 流类型,复制的来源 |
| `count` | integer | 整数类型,复制的个数 |
返回:integer
@@ -35,10 +35,10 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `buffer` | integer | 任意类型,读取存贮到的缓冲区 |
| `count` | integer | 整数类型,读取的字节数,和Buffer的类型有关,如整数最多只可以四个字节 |
| 参数 | 类型 | 说明 |
| -------- | ------- | -------------------------------------------------------------------- |
| `buffer` | integer | 任意类型,读取存贮到的缓冲区 |
| `count` | integer | 整数类型,读取的字节数,和Buffer的类型有关,如整数最多只可以四个字节 |
返回:integer
@@ -52,10 +52,10 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `position` | integer | 整数,移动的位置 |
| `origin` | integer | 可选。整数类型,移动的方法。0:从头开始移,1:从当前位置,2:从尾部。省略参数的默认值为从头开始移 |
| 参数 | 类型 | 说明 |
| ---------- | ------- | ---------------------------------------------------------------------------------------------- |
| `position` | integer | 整数,移动的位置 |
| `origin` | integer | 可选。整数类型,移动的方法。0:从头开始移,1:从当前位置,2:从尾部。省略参数的默认值为从头开始移 |
返回:integer
@@ -69,8 +69,8 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| ------ | ------- | -------------------------- |
| `size` | integer | 整数类型。要设置的新的大小 |
返回:any
@@ -85,10 +85,10 @@
可见性:public
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `buffer` | integer | 任意类型,写入的缓冲区 |
| `count` | integer | 整数类型,写入的字节数,和Buffer的类型有关,如整数最多只可以四个字节 |
| 参数 | 类型 | 说明 |
| -------- | ------- | -------------------------------------------------------------------- |
| `buffer` | integer | 任意类型,写入的缓冲区 |
| `count` | integer | 整数类型,写入的字节数,和Buffer的类型有关,如整数最多只可以四个字节 |
返回:integer