Move the read position by count bytes.
count
@override void skip(int length) { _position += length; }