com.jguild.jrpm.io.datatype
public interface DataTypeIf
Version: $Id: DataTypeIf.java,v 1.3 2005/11/11 08:27:40 mkuss Exp $
Method Summary | |
---|---|
Object | get(int i)
Gets the i-th element of this object.
|
Object | getDataObject()
Get the data as an object.
|
long | getElementCount()
Returns the number of elements stored in this data type.
|
long | getSize()
Returns the size of this type in the RPM file
|
RPMIndexType | getType()
Get the type of this data object
|
boolean | isArray()
Returns TRUE if this object contains an array or FALSE if it is not an
array.
|
Parameters: i The element number
Returns: The object
Throws: IndexOutOfBoundsException if i doesn't fit into the array
Returns: The object
Returns: The number of elements
Returns: The size in bytes
Returns: The type
Returns: TRUE if this object contains an array