Reads all source stream data and stores to the specified store stream.
Returns number of bytes written to storeStream.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when storeStream is null. |
| ArgumentException | Raised when maxSize less than 1. |
| InvalidOperationException | Raised when there already is pending read operation. |
| DataSizeExceededException | Raised when maximum allowed data size has exceeded. |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)