Package steganography.util
Class ByteHex
- java.lang.Object
-
- steganography.util.ByteHex
-
public class ByteHex extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ByteHex()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
byteToHex(byte b)
static byte
hexToByte(java.lang.String hex)
-