Searched refs:parseAndConsumeLong (Results 1 – 1 of 1) sorted by relevance
178 return parseAndConsumeLong(tokenIndex, stopAtInvalid); in nextLong()191 return parseAndConsumeLong(tokenIndex, false); in nextOptionalLong()204 private long parseAndConsumeLong(int tokenIndex, boolean stopAtInvalid) throws IOException { in parseAndConsumeLong() method in ProcFileReader