rewind abstract method

void rewind([
  1. int length = 1
])

Rewind the read head of the stream by the given number of bytes.

Implementation

void rewind([int length = 1]);