Package net.arnx.jef4j.util
Class ByteUtils
- java.lang.Object
-
- net.arnx.jef4j.util.ByteUtils
-
public final class ByteUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringhex(byte[] ba)static Stringhex(int n, int len)static Stringhex(long n, int len)static Stringhex(ByteBuffer bb)static Stringhex(CharBuffer cb)
-
-
-
Method Detail
-
hex
public static String hex(long n, int len)
-
hex
public static String hex(int n, int len)
-
hex
public static String hex(CharBuffer cb)
-
hex
public static String hex(ByteBuffer bb)
-
hex
public static String hex(byte[] ba)
-
-