writeUint32 abstract method

void writeUint32(
  1. int value
)

Write a 32-bit word to the end of the buffer.

Implementation

void writeUint32(int value);