In This Topic
Reads a single value from the current stream and advances the current position within this stream by the number of bytes read.
Overload List
Overload | Description |
Read<T>() | Reads a single value from the current stream and advances the current position within this stream by the number of bytes read. |
Read(Byte[],Int32,Int32) | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. |
Read(IntPtr,Int32,Int32) | Reads a sequence of bytes from the current stream and advances the current position within this stream by the number of bytes written. |
See Also