| Class Summary | |
|---|---|
| BIN | A representation of a rpm binary array data object. |
| CBZip2InputStream | An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream. |
| CBZip2OutputStream | An output stream that compresses into the BZip2 format (without the file header chars) into another stream. |
| CHAR | A representation of a rpm char array data object. |
| CPIOConstants | All constants needed by CPIO. |
| CPIOEntry | A cpio archive consists of a sequence of files. |
| CPIOInputStream | CPIOInputStream is a stream for reading cpio streams. |
| CPIOOutputStream | CPIOOutputStream is a stream for writting cpio streams. |
| DataTypeIf | Global interface for all RPM data types. |
| EnumIf | Interface for all enum objects |
| FlagIf | |
| Header | This class represents the abstract definition of a header structur. |
| I18NSTRING | A representation of a rpm I18N string data object. |
| IndexEntry | RPM Index Entry (16 byte). |
| 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. |
| LeadArchitecture | Constants for Architecture type. |
| LeadOS | Constants for OS type. |
| LeadSignature | Constants for signature type. |
| LeadType | Constants for Lead type. |
| NULL | A representation of a rpm null array data object. |
| RPMBrowser | A browser to search for rpm files in a given directory. |
| RPMFile | This class allows IO access to an RPM file. |
| RPMFileAttr | File attributes. (e.g. |
| RPMHeader | RPM Header. |
| RPMHeaderTag | Constants for tags. |
| RPMIndexType | Constants for index type. |
| RPMLead | The Java Version of the C struct for the lead. |
| RPMSense | Bit flags for dependency fields. (e.g. |
| RPMSignature | RPM Signature. |
| RPMSignatureTag | Constants for signature tags. |
| RPMTask | Ant task used to create RPM packages. |
| 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. |