|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataTypeIf
Global interface for all RPM data types.
| Method Summary | |
|---|---|
java.lang.Object |
get(int i)
Gets the i-th element of this object. |
java.lang.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. |
| Method Detail |
|---|
boolean isArray()
java.lang.Object getDataObject()
long getElementCount()
long getSize()
RPMIndexType getType()
java.lang.Object get(int i)
i - The element number
java.lang.IndexOutOfBoundsException - if i doesn't fit into the array
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||