|
|
@@ -1,7 +1,7 @@
|
|
|
package org.dromara.common.core.utils;
|
|
|
|
|
|
|
|
|
-import javassist.bytecode.ByteArray;
|
|
|
+//import javassist.bytecode.ByteArray;
|
|
|
import org.apache.commons.lang3.ArrayUtils;
|
|
|
|
|
|
import java.io.ByteArrayOutputStream;
|
|
|
@@ -15,7 +15,8 @@ import java.util.UUID;
|
|
|
* @author ZZK
|
|
|
*
|
|
|
*/
|
|
|
-public class ByteArrayUtilByYC extends ByteArray {
|
|
|
+//public class ByteArrayUtilByYC extends ByteArray {
|
|
|
+ public class ByteArrayUtilByYC{
|
|
|
|
|
|
/**
|
|
|
* 转为16位无符号正数
|