Class PEImageResourceDirectoryEntry
- java.lang.Object
-
- jetbrains.buildServer.util.PEReader.PEImageResourceDirectoryEntry
-
public class PEImageResourceDirectoryEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRT_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()longgetName()longgetNameOffset()longgetOffsetToData()longgetOffsetToDirectory()booleanisDirectory()booleannameIsString()static PEImageResourceDirectoryEntryread(RandomAccessFile raf)StringtoString()
-
-
-
Field Detail
-
RT_VERSION
public static final int RT_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
read
public static PEImageResourceDirectoryEntry read(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
getName
public long getName()
-
getOffsetToData
public long getOffsetToData()
-
getNameOffset
public long getNameOffset()
-
getId
public int getId()
-
isDirectory
public boolean isDirectory()
-
getOffsetToDirectory
public long getOffsetToDirectory()
-
nameIsString
public boolean nameIsString()
-
-