|
|
|||
|
|
| BinaryWrite[channel, b] 0から255までの整数として指定された1バイトのデータを書き出す. |
| BinaryWrite[channel, {b1, b2, ...}] 一連のバイトを書き出す. |
| BinaryWrite[channel, "string"] 文字列中の文字をそのままの順序で書き出す. |
| BinaryWrite[channel, x, type] 指定の型のオブジェクトを書き出す. |
| BinaryWrite[channel, {x1, x2, ...}, type] 指定の方の一連のオブジェクトを書き出す. |
| BinaryWrite[channel, {x1, x2, ...}, {type1, type2, ...}] 一連の型の一連のオブジェクトを書き出す. |
| ByteOrdering | $ByteOrdering | 使用するバイト順 |
| © 2013 Wolfram Research, Inc. |