The VirtualStreamManager..::..ReadOnlyStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginRead |
Begins an asynchronous read.
(Overrides FileStreamBeginRead(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).) | |
Read |
Reads a block of bytes from the stream and writes the data in a given buffer.
(Overrides FileStreamRead(array<Byte>[]()[][], Int32, Int32).) | |
ReadByte |
Reads a byte from the file and advances the read position one byte.
(Overrides FileStreamReadByte()()()().) | |
Seek |
Sets the current position of this stream to the given value.
(Overrides FileStreamSeek(Int64, SeekOrigin).) |