public class SectionHeader extends Object
| Constructor and Description |
|---|
SectionHeader() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacteristics() |
String |
getName() |
int |
getNumberOfLineNumbers() |
int |
getNumberOfRelocations() |
int |
getPointerToLineNumbers() |
int |
getPointerToRawData() |
int |
getPointerToRelocations() |
int |
getSizeOfRawData() |
int |
getVirtualAddress() |
int |
getVirtualSize() |
void |
setCharacteristics(int characteristics) |
void |
setName(String name) |
void |
setNumberOfLineNumbers(int numberOfLineNumbers) |
void |
setNumberOfRelocations(int numberOfRelocations) |
void |
setPointerToLineNumbers(int pointerToLineNumbers) |
void |
setPointerToRawData(int pointerToRawData) |
void |
setPointerToRelocations(int pointerToRelocations) |
void |
setSizeOfRawData(int sizeOfRawData) |
void |
setVirtualAddress(int virtualAddress) |
void |
setVirtualSize(int virtualSize) |
public String getName()
public int getVirtualSize()
public int getVirtualAddress()
public int getSizeOfRawData()
public int getPointerToRawData()
public int getPointerToRelocations()
public int getPointerToLineNumbers()
public int getNumberOfRelocations()
public int getNumberOfLineNumbers()
public int getCharacteristics()
public void setName(String name)
public void setVirtualSize(int virtualSize)
public void setVirtualAddress(int virtualAddress)
public void setSizeOfRawData(int sizeOfRawData)
public void setPointerToRawData(int pointerToRawData)
public void setPointerToRelocations(int pointerToRelocations)
public void setPointerToLineNumbers(int pointerToLineNumbers)
public void setNumberOfRelocations(int numberOfRelocations)
public void setNumberOfLineNumbers(int numberOfLineNumbers)
public void setCharacteristics(int characteristics)
Copyright © 2018. All Rights Reserved.