| Package | Description |
|---|---|
| net.jsign.pe |
| Modifier and Type | Method and Description |
|---|---|
static DataDirectoryType |
DataDirectoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataDirectoryType[] |
DataDirectoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataDirectory |
PEFile.getDataDirectory(DataDirectoryType type)
Returns the data directory of the specified type.
|
void |
PEFile.writeDataDirectory(DataDirectoryType type,
byte[] data)
Writes the data directory of the specified type.
|
Copyright © 2012–2020. All rights reserved.