fromInt64

fun fromInt64(scVal: SCValXdr): Long

Convert from SCValXdr with the type of SCValTypeXdr.SCV_I64 to Long.

Return

the int64 value

Parameters

scVal

SCValXdr to convert

Throws