Package io.datarouter.bytes
Class HexBlockTool
java.lang.Object
io.datarouter.bytes.HexBlockTool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]fromHexBlock(String hexBlock) static voidprint(byte[] bytes) static voidprint(byte[] bytes, int numTabs, int width) static StringtoHexBlock(byte[] bytes, int numTabs, int width)
-
Constructor Details
-
HexBlockTool
public HexBlockTool()
-
-
Method Details
-
toHexBlock
-
print
public static void print(byte[] bytes, int numTabs, int width) -
print
public static void print(byte[] bytes) -
fromHexBlock
-