Class ByteUtils
- java.lang.Object
-
- mariadbcdc.binlog.reader.packet.binlog.des.ByteUtils
-
public class ByteUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ByteUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static inttoBigEndianInt(byte[] bytes, int off, int len)static inttoLittleEndianInt(byte[] bytes, int off, int len)
-