Rest ...data: Appendable[]Readonly [symbol]Private bufsPrivate _subOptional beginInclusive: numberOptional endExclusive: numberRest ...bufs: Appendable[]Add all bufs to the end of this Uint8ArrayList
Add one or more bufs to the start of this Uint8ArrayList
Rest ...bufs: Appendable[]Add all bufs to the start of this Uint8ArrayList
Extracts a section of an array and returns a new array.
This is a copy operation as it is with Uint8Arrays and Arrays
Optional beginInclusive: numberOptional endExclusive: 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.
Optional beginInclusive: numberOptional endExclusive: numberReturns a allocList from the given start and end element index.
This is a no-copy operation.
Optional beginInclusive: numberOptional endExclusive: numberCopy bytes from buf to the index specified by offset
Static fromCreate 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.
Optional length: numberGenerated using TypeDoc
Add one or more
bufsto the end of this Uint8ArrayList