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 longgetCodePage()longgetOffsetToData()longgetSize()static PEImageResourceDataEntryread(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()
-
-