Returns the byte at a given position in the byte string.
@param i Index
@throws IndexOutOfBoundsException if the index argument is negative or not less than length()
@return Byte at given position
Returns the byte value at the specified index.
@param index the index of the byte value to be returned.
@return the corresponding byte value
@throws IndexOutOfBoundsException if index < 0 || index>= length().
Returns the byte at the specified index.
@param index byte index
@return the byte at the specified index.
@throws ArrayIndexOutOfBoundsException if index is negative number oris not less that the length of Value data
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.