Administrator
2023-12-22 64358eae8ae53923f408963538e0f5a7c8bdb198
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/util/ByteUtil.java
@@ -1486,6 +1486,7 @@
//      System.out.println(v5);
//
//   }
   /*
   public static void main(String[] args) throws Exception {
      byte[] bs = new byte[]{0x38, 0x36, 0x39, 0x31} ; 
      String s = bytes2String_BE(bs, 0, 3) ;
@@ -1499,5 +1500,6 @@
      }
      System.out.println(v);
   }
   */
}