Remove bytes from the front of the pool
Read the value at index
OptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanAdd one or more bufs to the start of this Uint8ArrayList
Set the value at index to value
OptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanOptionallittleEndian: booleanExtracts a section of an array and returns a new array.
This is a copy operation as it is with Uint8Arrays and Arrays
OptionalbeginInclusive: numberOptionalendExclusive: numberReturns a alloc from the given start and end element index.
In the best case where the data extracted comes from a single Uint8Array internally this is a no-copy operation otherwise it is a copy operation.
OptionalbeginInclusive: numberOptionalendExclusive: numberReturns a new Uint8ArrayList from the given start and end element index.
This is a no-copy operation.
OptionalbeginInclusive: numberOptionalendExclusive: numberCopy bytes from buf to the index specified by offset
StaticfromCreate a Uint8ArrayList from a pre-existing list of Uint8Arrays. Use this method if you know the total size of all the Uint8Arrays ahead of time.
Optionallength: number
Add one or more
bufsto the end of this Uint8ArrayList