GraphicsStream.Read Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Reads from the current stream and advances the position within it by the number of bytes read.
Overload List
Name | Description | |
---|---|---|
Read(Type) | Reads a sequence of bytes from the current stream into a value of the specified type and advances the position within the stream by the number of bytes read. | |
Read(Type, array<Int32[]) | Reads a sequence of bytes from the current stream into an array of the specified type and advances the position within the stream by the number of bytes read. | |
Read(array<Byte[], Int32, Int32) | Reads the specified number of bytes from the current stream into the specified byte array, starting at the specified offset in the array, and advances the position within the stream by the number of bytes read. (Overrides Stream.Read(array<Byte[], Int32, Int32).) |
Top