Abilitare JavaScript per vedere questo sito.

Costruttore per la classe bytearray.

Sintassi

bytearray(int64 size = 0, int8 ivalue= 0)

size

Dimensione iniziale dell'array (opzionale)

ivalue

Byte di riempimento iniziale (opzionale)

Esempio di utilizzo:

/* Array vuoto di byte */

bytearray data1;

 

/* Array di 32 bytes*/

bytearray data2(32);

 

/* Array di 16 bytes inizializzati con 0xff*/

bytearray data3(16, 0xff);

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC