Packs a 16 bit integer into a byte buffer. The out parameter can be an Uint8List or a
ByteData if you will run it several times against the same buffer and want faster execution.
Packs a 32 bit integer into a byte buffer. The out parameter can be an Uint8List or a
ByteData if you will run it several times against the same buffer and want faster execution.
Unpacks a 16 bit integer from a byte buffer. The inp parameter can be an Uint8List or a
ByteData if you will run it several times against the same buffer and want faster execution.
Unpacks a 32 bit integer from a byte buffer. The inp parameter can be an Uint8List or a
ByteData if you will run it several times against the same buffer and want faster execution.