Interface IBufferedChannel
Represents buffered reader or writer.
Namespace: DotNext.Buffers
Assembly: DotNext.IO.dll
Syntax
public interface IBufferedChannel : IResettable, IDisposable
Properties
| Edit this page View SourceAllocator
Gets buffer allocator.
Declaration
MemoryAllocator<byte>? Allocator { get; init; }
Property Value
Type | Description |
---|---|
MemoryAllocator<byte> |
MaxBufferSize
Gets the maximum size of the internal buffer.
Declaration
int MaxBufferSize { get; init; }
Property Value
Type | Description |
---|---|
int |