com.github.junrar.unsigned
Class UnsignedByte

java.lang.Object
  extended by com.github.junrar.unsigned.UnsignedByte

public class UnsignedByte
extends Object

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Constructor Summary
UnsignedByte()
           
 
Method Summary
static short add(byte unsignedByte1, byte unsignedByte2)
           
static byte intToByte(int unsignedByte1)
           
static byte longToByte(long unsignedByte1)
           
static void main(String[] args)
           
static byte shortToByte(short unsignedByte1)
           
static short sub(byte unsignedByte1, byte unsignedByte2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsignedByte

public UnsignedByte()
Method Detail

longToByte

public static byte longToByte(long unsignedByte1)

intToByte

public static byte intToByte(int unsignedByte1)

shortToByte

public static byte shortToByte(short unsignedByte1)

add

public static short add(byte unsignedByte1,
                        byte unsignedByte2)

sub

public static short sub(byte unsignedByte1,
                        byte unsignedByte2)

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.