BufferUtils.toLong

Convert buffer to an long. Parses up to the first non-numeric character. If no number is found an IllegalArgumentException is thrown

@param buffer A buffer containing an integer in flush mode. The position is not changed. @return an int

class BufferUtils
static
long
toLong

Meta