moveReaderIndex(forwardBy:)

Move the reader index forward by offset bytes.

ByteBuffer-core.swift:1031
mutating func moveReaderIndex(forwardBy offset: Int)

Parameters

offset

The number of bytes to move the reader index forward by.