| 程序包 | 说明 |
|---|---|
| com.alibaba.tmq.common.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
BytesUtil.bytesToObject(byte[] bytes)
将byte数组转换成对象
bytes
BytesException
|
static String |
BytesUtil.md5(byte[] bytes)
将byte数组计算MD5
bytes
BytesException
|
static byte[] |
BytesUtil.objectToBytes(Object object)
将对象转换为byte数组
object
BytesException
|
Copyright © 2018. All rights reserved.