ByteArray Class

The ByteArray class is an ordered collection of Byte values in which the values are referenced by their position in the collection.

Byte arrays inherit the methods defined in the Array class.

The bracket ([]) subscript operators enable you to assign values to and receive values from a Byte array.

For details about the methods defined in the ByteArray class, see "ByteArray Methods", in the following section.

Array

(None)