I have an array of shorts (short[]) that I need to write out to a file. What's the quickest way to do this?
|
|
|||||
|
|
|
Use the BinaryWriter
|
||
|
|
|
|
Following up on Jon B's answer, if your file contains any other data, you might want to prefix the data with the count of values. i.e.:
|
||
|
|
