Class PEImageSectionHeader
- java.lang.Object
-
- jetbrains.buildServer.util.PEReader.PEImageSectionHeader
-
public class PEImageSectionHeader extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
long
getPointerToRawData()
long
getSizeOfRawData()
long
getVirtualAddress()
static PEImageSectionHeader
read(RandomAccessFile raf)
-
-
-
Method Detail
-
read
public static PEImageSectionHeader read(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
getName
public String getName()
-
getVirtualAddress
public long getVirtualAddress()
-
getSizeOfRawData
public long getSizeOfRawData()
-
getPointerToRawData
public long getPointerToRawData()
-
-