The VirtualStreamManager..::..ReadOnlyStream type exposes the following members.

Methods

  NameDescription
Public methodBeginRead
Begins an asynchronous read.
(Overrides FileStreamBeginRead(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).)
Public methodRead
Reads a block of bytes from the stream and writes the data in a given buffer.
(Overrides FileStreamRead(array<Byte>[]()[][], Int32, Int32).)
Public methodReadByte
Reads a byte from the file and advances the read position one byte.
(Overrides FileStreamReadByte()()()().)
Public methodSeek
Sets the current position of this stream to the given value.
(Overrides FileStreamSeek(Int64, SeekOrigin).)

See Also