net.sf.dexterim.oscar.entity
Interface ByteBased

All Known Implementing Classes:
ByteBase, QWord, TLV, VariableByte

public interface ByteBased

Author:
christoph TODO Document

Method Summary
 int getLength()
          Returns the length in bytes.
 byte[] toByteArray()
           
 

Method Detail

toByteArray

public byte[] toByteArray()

getLength

public int getLength()
Returns the length in bytes.

Returns:
length in bytes
See Also:
getLength()


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