Uses of Interface
com.weicoder.common.binary.ByteArray
-
Packages that use ByteArray Package Description com.weicoder.common.binary com.weicoder.common.lang com.weicoder.common.token -
-
Uses of ByteArray in com.weicoder.common.binary
Classes in com.weicoder.common.binary that implement ByteArray Modifier and Type Class Description classBuffer类说明:数据包类 ,字节缓存类,字节操作高位在前,低位在后Methods in com.weicoder.common.binary that return ByteArray Modifier and Type Method Description ByteArrayBuffer. array(byte[] b)ByteArrayByteArray. array(byte[] b)把字节数组转换成自己的字段 -
Uses of ByteArray in com.weicoder.common.lang
Methods in com.weicoder.common.lang that return ByteArray Modifier and Type Method Description static ByteArrayBytes. toBean(ByteArray array, byte[] b)把字节数组转换为ByteArraystatic ByteArrayBytes. toBean(ByteArray array, byte[] b, int offset)把字节数组转换为ByteArraystatic ByteArrayBytes. toBean(ByteArray array, byte[] b, int offset, int len)把字节数组转换为ByteArrayMethods in com.weicoder.common.lang with parameters of type ByteArray Modifier and Type Method Description static ByteArrayBytes. toBean(ByteArray array, byte[] b)把字节数组转换为ByteArraystatic ByteArrayBytes. toBean(ByteArray array, byte[] b, int offset)把字节数组转换为ByteArraystatic ByteArrayBytes. toBean(ByteArray array, byte[] b, int offset, int len)把字节数组转换为ByteArraystatic byte[]Bytes. toBytes(ByteArray array)转换ByteArray变成字节数组 -
Uses of ByteArray in com.weicoder.common.token
Classes in com.weicoder.common.token that implement ByteArray Modifier and Type Class Description classTokenBean登录信息封装
-