skip method

void skip(
  1. int bits
)

Implementation

void skip(int bits) => _read += bits;