skipWrite method
Moves the write marker forwards by the given numberOfBytes
Implementation
void skipWrite(int numberOfBytes) {
_writePos += numberOfBytes;
}
Moves the write marker forwards by the given numberOfBytes
void skipWrite(int numberOfBytes) {
_writePos += numberOfBytes;
}