| Home >> All >> com >> jguild >> jrpm >> [ io Javadoc ] |
| | com.jguild.jrpm.io.archive.* (1) | | com.jguild.jrpm.io.constant.* (12) | | com.jguild.jrpm.io.datatype.* (13) |
com.jguild.jrpm.io: Javadoc index of package com.jguild.jrpm.io.
Package Samples:
com.jguild.jrpm.io.datatype: Allows to read and write rpm package files.
com.jguild.jrpm.io.archive
com.jguild.jrpm.io.constant
Classes:
RPMLead: The Java Version of the C struct for the lead. C struct : struct rpmlead { unsigned char magic[4]; unsigned char major, minor; short type; (2 byte) short archnum; (2 byte) char name[66]; short osnum; (2 byte) short signature_type; (2 byte) char reserved[16]; } ;
IndexEntry: RPM Index Entry (16 byte). tag; what the data is for (4 bytes) type; what type of data is stored (see RPMFileType.java) (4 bytes) offset; where to the data begins (4 bytes) count; how much data of the type is there (4 bytes)
Header: This class represents the abstract definition of a header structur. It can be either a signature or a header. The tags of such a structure can be accessed by either their tag id or by their tag name. Also all available and all read tag names in this structure can be accessed.
RPMSense: Bit flags for dependency fields. (e.g. RPMHeaderTag.REQUIRE_FLAGS, RPMHeaderTag.CONFLICT_FLAGS)
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
BIN: A representation of a rpm binary array data object
STRING_ARRAY: A representation of a rpm string array data object
I18NSTRING: A representation of a rpm I18N string data object
CHAR: A representation of a rpm char array data object
NULL: A representation of a rpm null array data object
RPMFileAttr: File attributes. (e.g. RPMHeaderTag.FILEFLAGS)
STRING: A representation of a rpm string data object
RPMFile: This class allows IO access to an RPM file.
DataTypeIf: Global interface for all RPM data types
CPIOPayloadArchive: Allows to read/write CPIO archives.
PayloadArchive: Interface for RPM payload archives
LeadArchitecture: Constants for Architecture type.
TypeFactory: Factory to create rpm data types
EnumIf: Interface for all enum objects
LeadSignature: Constants for signature type.
RPMSignatureTag: Constants for signature tags.
| Home | Contact Us | Privacy Policy | Terms of Service |