SokDoc

sok / Sok.Buffer / MultiplatformBuffer / getLongImpl

getLongImpl

protected abstract fun getLongImpl(index: Int? = null): Long (source)

Platform and version requirements: Common

Get the long at the current cursor position. If the index parameter is provided, the cursor will be ignored and not modified

Parameters

index - index of the long, buffer.cursor is used if the index is null

Return long