Initializes the new instance from an array of bytes.
The new ByteString instance owns the byte array passed
as the constructor's argument. After you call this constructor,
you must not change any of the values in the byte array. (This
feature allows a large buffer to be imported into the MIME.NET
environment without copying.)
| Exception Type | Condition |
|---|---|
| ArgumentNullException | bytes is null
|
ByteString Class | Hunny.Base Namespace | ByteString Constructor Overload List