encodeInt64 method

void encodeInt64 (int value, int offset)

Implementation

void encodeInt64(int value, int offset) {
  data.setInt64(offset, value, Endian.little);
}