クラス XOPSExeFunctions
java.lang.Object
com.github.dabasan.xops.properties.exe.XOPSExeFunctions
public class XOPSExeFunctions extends Object
Provides methods to handle execution files (X operations).
- 作成者:
- Daba
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 XOPSExeFunctions() -
メソッドの概要
修飾子とタイプ メソッド 説明 static XOPSVersionGetXOPSVersion(String xops_filename)Returns the version of XOPS.static XOPSVersionGetXOPSVersion(List<Byte> bin)Returns the version of XOPS.
-
コンストラクタの詳細
-
XOPSExeFunctions
public XOPSExeFunctions()
-
-
メソッドの詳細
-
GetXOPSVersion
Returns the version of XOPS.- パラメータ:
xops_filename- Filename to load- 戻り値:
- Version of XOPS
- 例外:
IOException
-
GetXOPSVersion
Returns the version of XOPS.- パラメータ:
bin- All bytes of an execution file- 戻り値:
- Version of XOPS
-