us.ihmc.utilities.fixedPointRepresentation
Class UnsignedByteTools

java.lang.Object
  extended by us.ihmc.utilities.fixedPointRepresentation.UnsignedByteTools

public class UnsignedByteTools
extends java.lang.Object


Constructor Summary
UnsignedByteTools()
           
 
Method Summary
static byte fromInt(int value)
           
static int toInt(byte unsignedByte)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsignedByteTools

public UnsignedByteTools()
Method Detail

toInt

public static int toInt(byte unsignedByte)

fromInt

public static byte fromInt(int value)