扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.lang.reflect类array的类成员方法: getbyte定义及介绍
发布时间:2014-2-17
本文导语:
getbyte
public static byte getbyte(object array,
int index)
throws illegalargumentexception,
arrayindexoutofboundsexception
以 byte 形式返回指定数组对象中索引组件的值。
参数:array - 数组index - ...