skip abstract method

Future skip(
  1. int bytesToSkip
)

Skip bytesToSkip bytes.

Implementation

Future skip(int bytesToSkip);