utils
Class UByte

java.lang.Object
  extended by utils.UByte

public final class UByte
extends java.lang.Object


Method Summary
static java.lang.String getBytes(byte[] b)
           
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)

getBytes

public static java.lang.String getBytes(byte[] b)

main

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