Overload List
| Name | Description |
|---|---|
| Copy()()()() |
Create a new ByteArrayView which wraps a new byte[] containing a copy of
this view's data.
NB: This method copies the underlying data.
|
| Copy(Int32, Int32) |
Create a new ByteArrayView which wraps a new byte[] containing a copy of
a portion of this view's data.
NB: This method copies the underlying data.
|