BufferUtil extension

on

Properties

bytesToUTF8 String

Available on Uint8List, provided by the BufferUtil extension

no setter
rev Uint8List

Available on Uint8List, provided by the BufferUtil extension

no setter
toHex String

Available on Uint8List, provided by the BufferUtil extension

no setter
toInt int

Available on Uint8List, provided by the BufferUtil extension

Decode a big-endian integer from the buffer. Can be positive or negative.
no setter
toUBigInt BigInt

Available on Uint8List, provided by the BufferUtil extension

Decode a signed big-endian integer from the buffer. Can be positive or negative.
no setter
toUInt int

Available on Uint8List, provided by the BufferUtil extension

Decode a unsigned big-endian integer from the buffer.
no setter

Methods

padToSize(int size) Uint8List

Available on Uint8List, provided by the BufferUtil extension