net.sf.dexterim.oscar.entity
Class ByteBase

java.lang.Object
  extended bynet.sf.dexterim.oscar.entity.ByteBase
All Implemented Interfaces:
ByteBased
Direct Known Subclasses:
DWord, Word

public abstract class ByteBase
extends java.lang.Object
implements ByteBased

Author:
christoph TODO Document

Constructor Summary
protected ByteBase(byte[] data)
           
protected ByteBase(int value)
           
 
Method Summary
 int getValue()
           
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dexterim.oscar.entity.ByteBased
getLength
 

Constructor Detail

ByteBase

protected ByteBase(int value)

ByteBase

protected ByteBase(byte[] data)
Method Detail

toByteArray

public byte[] toByteArray()
Specified by:
toByteArray in interface ByteBased

getValue

public int getValue()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.