utils
Class UByte

java.lang.Object
  extended by utils.UByte

public final class UByte
extends java.lang.Object


Method Summary
static void main(java.lang.String[] args)
           
static int ui(byte b)
           
static short us(byte b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ui

public static int ui(byte b)

us

public static short us(byte b)

main

public static void main(java.lang.String[] args)