Class PEVsVersionInfo
- java.lang.Object
-
- jetbrains.buildServer.util.PEReader.PEVsVersionInfo
-
public class PEVsVersionInfo extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PEVsFixedFileInfo
getFixedFileInfo()
int
getType()
static PEVsVersionInfo
read(RandomAccessFile raf)
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
read
public static PEVsVersionInfo read(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
getType
public int getType()
-
getFixedFileInfo
public PEVsFixedFileInfo getFixedFileInfo()
-
-