ParseNumber

class Object
trait Matchable
class Any

Value members

Concrete methods

def parseInt(byteString: ByteString): Int

Fast decoder from ByteString to Int Code from openjdk java.lang.Integer parseInt()

Fast decoder from ByteString to Int Code from openjdk java.lang.Integer parseInt()

See also:
Source:
ParseNumber.scala
def parseLong(byteString: ByteString): Long