gui
Class Byte

java.lang.Object
  |
  +--gui.Byte

public class Byte
extends java.lang.Object


Constructor Summary
Byte()
           
 
Method Summary
static void printToDecimal(byte b)
           
static void printToHex(byte b)
           
static void printToOctal(byte b)
           
static int toInt(byte b)
           
static java.lang.String toString(byte b)
           
static java.lang.String toString(byte b, int radix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Byte

public Byte()
Method Detail

printToDecimal

public static void printToDecimal(byte b)

printToHex

public static void printToHex(byte b)

printToOctal

public static void printToOctal(byte b)

toInt

public static int toInt(byte b)

toString

public static java.lang.String toString(byte b)

toString

public static java.lang.String toString(byte b,
                                        int radix)