|
|
|||
|
|
| BinaryWrite[channel, b] 写入一个数据的字节,指定为从 0 到 255 的整数。 |
| BinaryWrite[channel, {b1, b2, ...}] 写入一个字节序列。 |
| BinaryWrite[channel, "string"] 在一个串中写入字符的原始序列。 |
| BinaryWrite[channel, x, type] 写入一个指定类型的对象。 |
| BinaryWrite[channel, {x1, x2, ...}, type] 写入一个指定类型对象的序列。 |
| BinaryWrite[channel, {x1, x2, ...}, {type1, type2, ...}] 写入一个带有类型序列对象的序列。 |
| ByteOrdering | $ByteOrdering | 使用的字节排序方式 |