org.freecompany.redline.header
public class Lead extends Object
| Field Summary | |
|---|---|
| protected Architecture | arch |
| static int | LEAD_SIZE |
| protected byte | major |
| protected byte | minor |
| protected String | name |
| protected Os | os |
| protected short | sigtype |
| protected RpmType | type |
| Method Summary | |
|---|---|
| Architecture | getArch() |
| CharSequence | getName() |
| void | read(ReadableByteChannel channel) |
| void | setArch(Architecture arch) |
| void | setMajor(byte major) |
| void | setMinor(byte minor) |
| void | setName(String name) |
| void | setOs(Os os) |
| void | setSigtype(short sigtype) |
| void | setType(RpmType type) |
| String | toString() |
| void | write(WritableByteChannel channel) |