Module org.xbib.rpm
Package org.xbib.rpm

Class RpmReader

java.lang.Object
org.xbib.rpm.RpmReader

public class RpmReader extends Object
The RPM reader reads an archive and outputs useful information about its contents. The reader will output the headers of the RPM format itself, as well as the individual headers for the particular packaged content. In addition, the reader will read through the payload and output information about each file contained in the embedded CPIO payload.