[This is preliminary documentation and is subject to change.]
Reads a number of bytes from source that matches the length of destination byte array.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If source or destination is null. |
| System.IO..::..EndOfStreamException | If the end of stream was reached before destination array was filled. |