Package | Description |
---|---|
Microsoft.Xna.Framework.Audio | |
System.IO | |
System.IO.IsolatedStorage |
Modifier and Type | Method and Description |
---|---|
static SoundEffect |
SoundEffect.FromStream(Stream stream)
Creates a SoundEffect object based on the specified data stream.
|
Modifier and Type | Class and Description |
---|---|
class |
FileStream
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.
|
class |
MemoryStream
Defines a stream whose backing store is memory.
|
Modifier and Type | Field and Description |
---|---|
protected Stream |
BinaryWriter.OutStream |
Modifier and Type | Method and Description |
---|---|
Stream |
BinaryWriter.getBaseStream()
Gets the underlying stream of the System.IO.BinaryWriter.
|
Stream |
BinaryReader.getBaseStream() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryStream.WriteTo(Stream stream)
Writes the entire contents of this memory stream to another stream.
|
Constructor and Description |
---|
BinaryReader(Stream input)
Initializes a new instance of the BinaryReader class based on the supplied stream and using UTF-8 encoding.
|
BinaryReader(Stream input,
java.lang.String encoding)
Initializes a new instance of the BinaryReader class based on the supplied stream and a specific character encoding.
|
BinaryWriter(Stream output)
Initializes a new instance of the System.IO.BinaryWriter class based on the supplied stream and using UTF-8 as the encoding for strings.
|
BinaryWriter(Stream output,
java.lang.String encoding)
Initializes a new instance of the System.IO.BinaryWriter class based on the supplied stream and a specific character encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
IsolatedStorageFileStream |