您的位置:首页 > 其它

Int型和byte数组,以及long型和byte数组之间的相互转换

2009-04-16 02:22 260 查看
续:几个典型问题的求解 的第一个问题。直接贴代码:public class ExchangeIntToByte { static byte[] bArray; public static void intToByte(int a){ bArray = new byte[4]; for(int i=0; i<bArray.length; i++){
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  byte integer string class