随笔-0  评论-0  文章-1  trackbacks-0
Java代码
1select * from t1 where id = 50
 1/** 
 2* Get the counters 
 3@return an array containing the statistical data. This array has been 
 4* freshly allocated and can be modified by the caller. 
 5*/
 
 6public int[] getPackets() return copyArray(packets, offset); } 
 7public int[] getBytes() return copyArray(bytes, offset); } 
 8
 9public int[] getPackets() return packets; } 
10public void setPackets(int[] packets) this.packets = packets; } 
11
posted on 2009-07-22 09:59 kqy 阅读(89) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: