Uses of Package
System.IO

Packages that use System.IO
Microsoft.Xna.Framework.Audio   
Microsoft.Xna.Framework.Net   
System.IO   
 

Classes in System.IO used by Microsoft.Xna.Framework.Audio
Stream
          Provides a generic view of a sequence of bytes.
 

Classes in System.IO used by Microsoft.Xna.Framework.Net
BinaryReader
          Reads primitive data types as binary values in a specific encoding.
BinaryWriter
          Writes primitive types in binary to a stream and supports writing strings in a specific encoding.
 

Classes in System.IO used by System.IO
BinaryWriter
          Writes primitive types in binary to a stream and supports writing strings in a specific encoding.
IOException
          The exception that is thrown when an I/O error occurs.
SeekOrigin
          Provides the fields that represent reference points in streams for seeking.
Stream
          Provides a generic view of a sequence of bytes.