java.lang.Object
com.ibm.dtfj.corereaders.zos.le.DllexpfuncsTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetDllexpfuncsaddr(ImageInputStream inputStream, long address) static intstatic intstatic longgetDllexpfuncsarray(ImageInputStream inputStream, long address) static intstatic intstatic longgetDllexpfuncscount(ImageInputStream inputStream, long address) static intstatic intstatic longgetDllexpfuncsname(ImageInputStream inputStream, long address) static intstatic intstatic intlength()
-
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()
-