Skip to content

PooledBufferStream

class

Namespace: Orleans.Serialization.Buffers.Adaptors

A System.Buffers.IBufferWriter implementation which boxes another buffer writer.
public sealed class PooledBufferStream : Stream

Constructors

Properties

  • CanReadWhen overridden in a derived class, gets a value indicating whether the current stream supports reading.
  • CanSeekWhen overridden in a derived class, gets a value indicating whether the current stream supports seeking.
  • CanWriteWhen overridden in a derived class, gets a value indicating whether the current stream supports writing.
  • LengthGets the total length which has been written.
  • PositionWhen overridden in a derived class, gets or sets the position within the current stream.

Methods