LimitedReadStream constructor
Stream wrapper that enforces a maximum number of bytes read.
public LimitedReadStream(Stream inner, long maxBytes)
| parameter | description |
|---|---|
| inner | The inner stream. |
| maxBytes | The maximum number of bytes allowed. |
Remarks
Initializes a new instance of the LimitedReadStream class.
See Also
- class LimitedReadStream
- namespace Kestrun.Forms