MCPcopy Create free account
hub / github.com/apache/tomcat / getLong

Method getLong

java/org/apache/tomcat/util/buf/ByteChunk.java:668–670  ·  view source on GitHub ↗

Parses the byte chunk content as a long integer. @return the parsed long value

()

Source from the content-addressed store, hash-verified

666 * @return the parsed long value
667 */
668 public long getLong() {
669 return Ascii.parseLong(buff, start, end - start);
670 }
671
672
673 // -------------------- equals --------------------

Callers

nothing calls this directly

Calls 1

parseLongMethod · 0.95

Tested by

no test coverage detected