Overload List
| Name | Description | 
|---|---|
| MakeView(array<Byte>[]()[][]) | 
Create a new ByteArrayView which wraps the entire provided byte[].
NB: no data is copied when doing this
  | 
| MakeView(array<Byte>[]()[][], Int32, Int32) | 
Create a new ByteArrayView which wraps the portion of byte[] between offset and len from offset. 
NB: no data is copied when doing this
  |