Initializes the new instance from an array of bytes.
ByteString instanceByteString instance
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 |
|---|---|
| ArgumentOutOfRangeException | offset < 0, or length < 0, or offset + length > bytes.Length |
ByteString Class | Hunny.Base Namespace | ByteString Constructor Overload List