Package com.jguild.jrpm.io.datatype

Interface Summary
DataTypeIf Global interface for all RPM data types.
 

Class Summary
BIN A representation of a rpm binary array data object.
CHAR A representation of a rpm char array data object.
I18NSTRING A representation of a rpm I18N string data object.
INT16 A representation of a rpm 16 byte integer array data object.
INT32 A representation of a rpm 32 byte integer array data object.
INT64 A representation of a rpm 64 byte integer array data object.
INT8 A representation of a rpm 8 byte integer array data object.
NULL A representation of a rpm null array data object.
RPMUtil Misc utilities functions.
STRING A representation of a rpm string data object.
STRING_ARRAY A representation of a rpm string array data object.
TypeFactory Factory to create rpm data types.