Uses of Class
net.jsign.pe.DataDirectoryType
-
Packages that use DataDirectoryType Package Description net.jsign.pe -
-
Uses of DataDirectoryType in net.jsign.pe
Methods in net.jsign.pe that return DataDirectoryType Modifier and Type Method Description static DataDirectoryTypeDataDirectoryType. 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.Methods in net.jsign.pe with parameters of type DataDirectoryType Modifier and Type Method Description DataDirectoryPEFile. getDataDirectory(DataDirectoryType type)Returns the data directory of the specified type.voidPEFile. writeDataDirectory(DataDirectoryType type, byte[] data)Writes the data directory of the specified type.
-