<tdclass="colFirst"><ahref="../../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></td>
<tdclass="colLast">
<divclass="block">Reads primitive data types as binary values in a specific encoding.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../../System/IO/BinaryWriter.html"title="class in System.IO">BinaryWriter</a></td>
<tdclass="colLast">
<divclass="block">Writes primitive types in binary to a stream and supports writing strings in a specific encoding.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../../System/IO/FileStream.html"title="class in System.IO">FileStream</a></td>
<tdclass="colLast">
<divclass="block">When it is called by an elevated-trust application, exposes a System.IO.Stream around a file, supporting both synchronous and asynchronous read and write operations.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../../System/IO/MemoryStream.html"title="class in System.IO">MemoryStream</a></td>
<tdclass="colLast">
<divclass="block">Defines a stream whose backing store is memory.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../../System/IO/Stream.html"title="class in System.IO">Stream</a></td>
<tdclass="colLast">
<divclass="block">Provides a generic view of a sequence of bytes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<tableclass="packageSummary"border="0"cellpadding="3"cellspacing="0"summary="Enum Summary table, listing enums, and an explanation">
<tdclass="colFirst"><ahref="../../System/IO/FileAccess.html"title="enum in System.IO">FileAccess</a></td>
<tdclass="colLast">
<divclass="block">Defines constants for read, write, or read/write access to a file.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../../System/IO/FileMode.html"title="enum in System.IO">FileMode</a></td>
<tdclass="colLast">
<divclass="block">Specifies how the operating system should open a file.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../../System/IO/FileShare.html"title="enum in System.IO">FileShare</a></td>
<tdclass="colLast">
<divclass="block">Contains constants for controlling the kind of access other System.IO.IsolatedStorage.IsolatedStorageFileStream objects can have to the same file.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../../System/IO/SeekOrigin.html"title="enum in System.IO">SeekOrigin</a></td>
<tdclass="colLast">
<divclass="block">Provides the fields that represent reference points in streams for seeking.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<tableclass="packageSummary"border="0"cellpadding="3"cellspacing="0"summary="Exception Summary table, listing exceptions, and an explanation">