Class DllexpfuncsTemplate
java.lang.Object
com.ibm.dtfj.corereaders.zos.le.DllexpfuncsTemplate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
getDllexpfuncsaddr
(ImageInputStream inputStream, long address) static int
static int
static long
getDllexpfuncsarray
(ImageInputStream inputStream, long address) static int
static int
static long
getDllexpfuncscount
(ImageInputStream inputStream, long address) static int
static int
static long
getDllexpfuncsname
(ImageInputStream inputStream, long address) static int
static int
static int
length()
-
Constructor Details
-
DllexpfuncsTemplate
public DllexpfuncsTemplate()
-
-
Method Details
-
length
public static int length() -
getDllexpfuncscount
public static long getDllexpfuncscount(ImageInputStream inputStream, long address) throws IOException - Throws:
IOException
-
getDllexpfuncscount$offset
public static int getDllexpfuncscount$offset() -
getDllexpfuncscount$length
public static int getDllexpfuncscount$length() -
getDllexpfuncsarray
public static long getDllexpfuncsarray(ImageInputStream inputStream, long address) throws IOException - Throws:
IOException
-
getDllexpfuncsarray$offset
public static int getDllexpfuncsarray$offset() -
getDllexpfuncsarray$length
public static int getDllexpfuncsarray$length() -
getDllexpfuncsname
public static long getDllexpfuncsname(ImageInputStream inputStream, long address) throws IOException - Throws:
IOException
-
getDllexpfuncsname$offset
public static int getDllexpfuncsname$offset() -
getDllexpfuncsname$length
public static int getDllexpfuncsname$length() -
getDllexpfuncsaddr
public static long getDllexpfuncsaddr(ImageInputStream inputStream, long address) throws IOException - Throws:
IOException
-
getDllexpfuncsaddr$offset
public static int getDllexpfuncsaddr$offset() -
getDllexpfuncsaddr$length
public static int getDllexpfuncsaddr$length()
-