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

Method getHex

java/org/apache/tomcat/util/buf/HexUtils.java:85–87  ·  view source on GitHub ↗

Get the hexadecimal byte for the given index. @param index the index into the hex table @return the hexadecimal byte

(int index)

Source from the content-addressed store, hash-verified

83 * @return the hexadecimal byte
84 */
85 public static byte getHex(int index) {
86 return HEX[index];
87 }
88
89
90 /**

Callers 2

setLongMethod · 0.95
calculateChunkHeaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected