Bytes Module
Functions and values
Function or value |
Description
|
Full Usage:
blit arg1 arg2 arg3 arg4 arg5
Parameters:
byte[]
arg1 : int
arg2 : byte[]
arg3 : int
arg4 : int
|
each int will be 0 <= x <= 255
|
Full Usage:
get arg1 arg2
Parameters:
byte[]
arg1 : int
Returns: int
|
returned int will be 0 <= x <= 255
|
Full Usage:
ofInt32Array arg1
Parameters:
int[]
Returns: byte[]
|
each int must be 0 <= x <= 255
|
Full Usage:
stringAsUnicodeNullTerminated arg1
Parameters:
string
Returns: byte[]
|
|
Full Usage:
stringAsUtf8NullTerminated arg1
Parameters:
string
Returns: byte[]
|
|
Full Usage:
zeroCreate arg1
Parameters:
int
Returns: byte[]
|
|