getInt16 method

int getInt16(
  1. int offset
)

Implementation

int getInt16(int offset) {
  return _dv.getInt16(offset);
}