Appends an array
Appends file content to byte array
Appends partial file content to byte array
Clears the array
Gets the array count
Deletes an item at specified index
Converts ASCII string to byte array
Converts Base64 string to byte array
Converts hex string to byte array
Gets CRC32 of entire byte array
Gets CRC32 of byte array portion
Gets an entry at specified index
Gets signed byte at index
Gets signed long at index
Checks if enumeration is empty
Checks if CPU is little endian
Checks if there is a next item
Gets next item
Returns the last element without removing it
Removes and returns the last element
Adds an element to the end
Reads file into byte array
Reads partial file into byte array
Resets enumeration
Sets an entry at specified index
Sets resize parameters
Removes and returns the first element
Converts to ASCII string
Converts to Base64 string
Converts to hex string
Adds an element to the beginning
Writes byte array to file
Writes portion of byte array to file
Interface representing a byte array that extends multiple array-related interfaces.