gr.uoa.di.madgik.commons.utils
Class ByteUtils
java.lang.Object
gr.uoa.di.madgik.commons.utils.ByteUtils
public class ByteUtils
- extends Object
Utility class for byte handling
- Author:
- gpapanikos
|
Method Summary |
static String |
byteArrayToHexString(byte[] in)
Creates a string representation in hexadecimal format of the provided byte array |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteUtils
public ByteUtils()
byteArrayToHexString
public static String byteArrayToHexString(byte[] in)
- Creates a string representation in hexadecimal format of the provided byte array
- Parameters:
in - the byte array
- Returns:
- the string representation
Copyright © 2012. All Rights Reserved.