ByteArrayRef Constructor |
Name | Description | |
---|---|---|
ByteArrayRef | Constructor. | |
ByteArrayRef(Byte) | Constructor. | |
ByteArrayRef(Int32) | Created a new ByteArrayRef with an array of size size, which can be accessed from Value | |
ByteArrayRef(ByteArrayRef) | Constructor. | |
ByteArrayRef(Int32, Byte) | Created a new ByteArrayRef with an array of size size, filled in with defaulyValue. |