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