Object represents a read only file stream that maps to original file part defined by offset and length parameters. Class was created to implement compartible Cosmos streams features.

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
protected internal sealed class ReadOnlyStream : FileStream
Visual Basic
Protected Friend NotInheritable Class ReadOnlyStream _
	Inherits FileStream
Visual C++
protected public ref class ReadOnlyStream sealed : public FileStream

Inheritance Hierarchy

Object
  MarshalByRefObject
    Stream
      FileStream
        VcClient.Test..::..VirtualStreamManager..::..ReadOnlyStream

See Also