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 not changed. @return an int
See Implementation
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 not changed. @return an int