org.zu.ardulink.util
Class Strings

java.lang.Object
  extended by org.zu.ardulink.util.Strings

public final class Strings
extends Object

Ardulink - return to homepage

v0.6.1 Magnum PI

Author:
Peter Fichtner


Method Summary
static String bytes2String(byte in)
           
static String bytes2String(byte[] in)
           
static boolean nullOrEmpty(String string)
           
static int[] string2Ints(String in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nullOrEmpty

public static boolean nullOrEmpty(String string)

bytes2String

public static String bytes2String(byte in)

bytes2String

public static String bytes2String(byte[] in)

string2Ints

public static int[] string2Ints(String in)


Copyright © 2015. All rights reserved.