eu.planets_project.services.utils
Class ByteString

java.lang.Object
  extended by 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.