Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
short[] sArray = new short[100];
sArray[100]には16ビットのデータが多いので、BinaryWriterクラスを使って書きたいと思います。
しかし BinaryWriter には write(byte[]) と write(char[]) しかありません。
16 ビット (short[]) データをファイルに書き込む方法は?