Bundle Core runtime library providing primitive types (Bool, Byte, Char, Int, Float, String), base collections, and system utilities. Every Objeck program links against this bundle automatically via lang.obl.
ByteArrayRef
Holds a byte array
Operations
Get #
Get values
method : public : Get() ~ Byte[]
Return
| Type | Description |
|---|
| Byte | values |
New # constructor
Default constructor
New()
New # constructor
Copy constructor
New(values:Byte[])
Parameters
| Name | Type | Description |
|---|
| values | Byte | byte array |
Set #
Sets values
method : public : Set(values:Byte[]) ~ Nil
Parameters
| Name | Type | Description |
|---|
| values | Byte | byte array |