Compute the value contained in a byte buffer. If the most significant bit of the first byte in the buffer is set, this bit is ignored and the rest of the buffer is interpreted as a binary number. Otherwise, the buffer is interpreted as an octal number as per the parseOctal function above. @param
(final byte[] buffer, final int offset,
final int length)
source not stored for this graph (policy: none)
no test coverage detected