A Stream wrapper around a BinaryStreamBase.
A Stream inherits from MarshalByRefObject which prevents any methods from inlining. Therefore a BinaryStreamBase will not inhert from Stream.
Inheritance: Stream
Example #1
0
 /// <summary>
 /// Creates a <see cref="BinaryStreamBase"/>
 /// </summary>
 protected BinaryStreamBase()
 {
     Stream = new BinaryStreamStream(this);
 }
 /// <summary>
 /// Creates a <see cref="BinaryStreamBase"/>
 /// </summary>
 protected BinaryStreamBase()
 {
     Stream = new BinaryStreamStream(this);
 }