BufferUtils.takeInt

Convert buffer to an integer. 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 updated. @return an int

class BufferUtils
static
int
takeInt

Meta