@override writeInt32(int i) { checkInt32(i); _requireBytes( 4, () => bytes.setInt32((offset += 4) - 4, i, Endian.little), ); }