Parse a Long (int64) from its fast string representation: $high|$low.
$high|$low
This method is about 2 times faster than using Long.fromString.
Parse a Long (int64) from its fast string representation:
$high|$low
.This method is about 2 times faster than using Long.fromString.