Reads specified amount of data from source stream and stores to specified store stream.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when storeStream is null. |
| ArgumentException | Raised when count less than 1. |
| InvalidOperationException | Raised when there already is pending read operation. |
| IncompleteDataException | Raised source stream has reached end of stream and doesn't have so much data as specified by count argument. |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)