[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.5 (0.6.3.5)
Syntax
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | source or destination is null. |
| System.IO..::..EndOfStreamException | The end of stream is reached before destination array was filled. |