getCursor method

int getCursor()

Gets the current cursor position in bits

Implementation

int getCursor() {
  return _cursor;
}