| Package | Description |
|---|---|
| org.redline_rpm | |
| org.redline_rpm.header |
| Modifier and Type | Method and Description |
|---|---|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
byte value)
Adds a header entry byte (8-bit) value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
byte[] value)
Adds a header entry byte array (8-bit) value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
char value)
Adds a header entry char (8-bit) value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
int value)
Adds a header entry int (32-bit) value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
int[] value)
Adds a header entry int (32-bit) array value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
long value)
Adds a header entry long (64-bit) value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
long[] value)
Adds a header entry long (64-bit) array value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
short value)
Adds a header entry short (16-bit) value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
short[] value)
Adds a header entry short array (16-bit) value to the header.
|
void |
Builder.addHeaderEntry(AbstractHeader.Tag tag,
String value)
Adds a header entry value to the header.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Header.HeaderTag |
static class |
Signature.SignatureTag |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,AbstractHeader.Tag> |
AbstractHeader.tags |
| Modifier and Type | Method and Description |
|---|---|
AbstractHeader.Entry<?> |
AbstractHeader.addEntry(AbstractHeader.Tag tag,
int count)
Adds a pending entry to this header.
|
<T> AbstractHeader.Entry<T> |
AbstractHeader.addOrAppendEntry(AbstractHeader.Tag tag,
T values)
This is the main entry point through which entries are created or appended to
from the builder or from places like the ChangelogHandler.
|
AbstractHeader.Entry<String[]> |
AbstractHeader.createEntry(AbstractHeader.Tag tag,
CharSequence value) |
AbstractHeader.Entry<int[]> |
AbstractHeader.createEntry(AbstractHeader.Tag tag,
int value) |
<T> AbstractHeader.Entry<T> |
AbstractHeader.createEntry(AbstractHeader.Tag tag,
int type,
T values) |
<T> AbstractHeader.Entry<T> |
AbstractHeader.createEntry(AbstractHeader.Tag tag,
T values)
This is the main entry point through which entries are created from the builder code for
types other than String.
|
AbstractHeader.Entry<?> |
AbstractHeader.getEntry(AbstractHeader.Tag tag) |
void |
AbstractHeader.AbstractEntry.setTag(AbstractHeader.Tag tag) |
Copyright © 2021. All Rights Reserved.