edu.sdsc.inca.util
Class RpmPackage.RpmLead

java.lang.Object
  extended byedu.sdsc.inca.util.RpmPackage.RpmLead
Enclosing class:
RpmPackage

public class RpmPackage.RpmLead
extends java.lang.Object

The lead of an RPM package is a fixed-length section that appears in the first 96 bytes. Its use has been largely abandoned; the information contained within the lead is now duplicated, more flexibly, in the package header and signature.


Constructor Summary
RpmPackage.RpmLead(java.io.DataInputStream dis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpmPackage.RpmLead

public RpmPackage.RpmLead(java.io.DataInputStream dis)
                   throws java.io.IOException