<h2title="Uses of Class System.IO.Stream"class="title">Uses of Class<br>System.IO.Stream</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> in <ahref="../../../Microsoft/Xna/Framework/Audio/package-summary.html">Microsoft.Xna.Framework.Audio</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../Microsoft/Xna/Framework/Audio/package-summary.html">Microsoft.Xna.Framework.Audio</a> with parameters of type <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../Microsoft/Xna/Framework/Audio/SoundEffect.html"title="class in Microsoft.Xna.Framework.Audio">SoundEffect</a></code></td>
<tdclass="colLast"><spanclass="strong">SoundEffect.</span><code><strong><ahref="../../../Microsoft/Xna/Framework/Audio/SoundEffect.html#FromStream(System.IO.Stream)">FromStream</a></strong>(<ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> stream)</code>
<divclass="block">Creates a SoundEffect object based on the specified data stream.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList"><aname="System.IO">
<!---->
</a>
<h3>Uses of <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> in <ahref="../../../System/IO/package-summary.html">System.IO</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> in <ahref="../../../System/IO/package-summary.html">System.IO</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../System/IO/FileStream.html"title="class in System.IO">FileStream</a></strong></code>
<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"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../System/IO/MemoryStream.html"title="class in System.IO">MemoryStream</a></strong></code>
<divclass="block">Defines a stream whose backing store is memory.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <ahref="../../../System/IO/package-summary.html">System.IO</a> declared as <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a></code></td>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../System/IO/package-summary.html">System.IO</a> that return <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a></code></td>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../System/IO/package-summary.html">System.IO</a> with parameters of type <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">MemoryStream.</span><code><strong><ahref="../../../System/IO/MemoryStream.html#WriteTo(System.IO.Stream)">WriteTo</a></strong>(<ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> stream)</code>
<divclass="block">Writes the entire contents of this memory stream to another stream.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <ahref="../../../System/IO/package-summary.html">System.IO</a> with parameters of type <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colLast"><code><strong><ahref="../../../System/IO/BinaryReader.html#BinaryReader(System.IO.Stream)">BinaryReader</a></strong>(<ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> input)</code>
<divclass="block">Initializes a new instance of the BinaryReader class based on the supplied stream and using UTF-8 encoding.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colLast"><code><strong><ahref="../../../System/IO/BinaryReader.html#BinaryReader(System.IO.Stream, java.lang.String)">BinaryReader</a></strong>(<ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> input,
java.lang.String encoding)</code>
<divclass="block">Initializes a new instance of the BinaryReader class based on the supplied stream and a specific character encoding.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colLast"><code><strong><ahref="../../../System/IO/BinaryWriter.html#BinaryWriter(System.IO.Stream)">BinaryWriter</a></strong>(<ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> output)</code>
<divclass="block">Initializes a new instance of the System.IO.BinaryWriter class based on the supplied stream and using UTF-8 as the encoding for strings.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colLast"><code><strong><ahref="../../../System/IO/BinaryWriter.html#BinaryWriter(System.IO.Stream, java.lang.String)">BinaryWriter</a></strong>(<ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> output,
java.lang.String encoding)</code>
<divclass="block">Initializes a new instance of the System.IO.BinaryWriter class based on the supplied stream and a specific character encoding.</div>
<h3>Uses of <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> in <ahref="../../../System/IO/IsolatedStorage/package-summary.html">System.IO.IsolatedStorage</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../../System/IO/Stream.html"title="class in System.IO">Stream</a> in <ahref="../../../System/IO/IsolatedStorage/package-summary.html">System.IO.IsolatedStorage</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../System/IO/IsolatedStorage/IsolatedStorageFileStream.html"title="class in System.IO.IsolatedStorage">IsolatedStorageFileStream</a></strong></code> </td>