LimitedBuffer public sealed class LimitedBuffer : BaseOutputStream Documentation Code public int Count { get; } public int Limit { get; } public LimitedBuffer(int limit) public int CopyTo(byte[] buffer, int offset) public void Reset()