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