eu.planets_project.services.utils
Class ByteString
java.lang.Object
eu.planets_project.services.utils.ByteString
public class ByteString
- extends Object
Utillity class for working with bytes, bytearrays, and strings.
Method Summary |
static String |
toHex(byte[] ba)
Converts a byte array to a hexstring. |
toHex
public static String toHex(byte[] ba)
- Converts a byte array to a hexstring.
- Parameters:
ba
- the bytearray to be converted
- Returns:
- ba converted to a hexstring
Copyright © 2013 Open Planets Foundation. All Rights Reserved.