ReadOnlySequenceStream
ReadOnlySequenceStream(ReadOnlySequence<Byte>)
CanRead
CanSeek
CanWrite
Length
Position
CopyTo(Stream, Int32)
CopyToAsync(Stream, Int32, CancellationToken)
Dispose(Boolean)
Flush()
FlushAsync(CancellationToken)
Read(Byte[], Int32, Int32)
Read(Span<Byte>)
ReadAsync(Byte[], Int32, Int32, CancellationToken)
ReadAsync(Memory<Byte>, CancellationToken)
ReadByte()
Seek(Int64, SeekOrigin)
SetLength(Int64)
Write(Byte[], Int32, Int32)
Write(ReadOnlySpan<Byte>)
WriteAsync(Byte[], Int32, Int32, CancellationToken)
WriteAsync(ReadOnlyMemory<Byte>, CancellationToken)
net11.0
namespace System.Buffers
{
public sealed class ReadOnlySequenceStream : Stream
{
public ReadOnlySequenceStream(ReadOnlySequence<byte> source);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 11.0 |
Information specific to net11.0 | |
| Assembly | System.Memory , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API