sok / Sok.Buffer / MultiplatformBuffer / getByteImpl
protected abstract fun getByteImpl(index:
Int
? = null):
Byte
(source)
Platform and version requirements: Common
Get the byte at the current cursor position. If the index parameter is provided, the cursor will be ignored and not modified
index
- index of the byte, buffer.cursor is used if the index is null
Return byte