Class PEVsFixedFileInfo
- java.lang.Object
-
- jetbrains.buildServer.util.PEReader.PEVsFixedFileInfo
-
public class PEVsFixedFileInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
CORRECT_SIGNATURE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFileDateLS()
long
getFileDateMS()
long
getFileFlags()
long
getFileFlagsMask()
long
getFileOS()
long
getFileSubtype()
long
getFileType()
int
getFileVersion1()
int
getFileVersion2()
int
getFileVersion3()
int
getFileVersion4()
int
getProductVersion1()
int
getProductVersion2()
int
getProductVersion3()
int
getProductVersion4()
long
getSignature()
long
getStructVersion()
static PEVsFixedFileInfo
read(RandomAccessFile raf)
-
-
-
Field Detail
-
CORRECT_SIGNATURE
public static final long CORRECT_SIGNATURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
read
public static PEVsFixedFileInfo read(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
getSignature
public long getSignature()
-
getStructVersion
public long getStructVersion()
-
getFileVersion1
public int getFileVersion1()
-
getFileVersion2
public int getFileVersion2()
-
getFileVersion3
public int getFileVersion3()
-
getFileVersion4
public int getFileVersion4()
-
getProductVersion1
public int getProductVersion1()
-
getProductVersion2
public int getProductVersion2()
-
getProductVersion3
public int getProductVersion3()
-
getProductVersion4
public int getProductVersion4()
-
getFileFlagsMask
public long getFileFlagsMask()
-
getFileFlags
public long getFileFlags()
-
getFileOS
public long getFileOS()
-
getFileType
public long getFileType()
-
getFileSubtype
public long getFileSubtype()
-
getFileDateMS
public long getFileDateMS()
-
getFileDateLS
public long getFileDateLS()
-
-