- java.lang.Object
-
- com.ibm.dtfj.corereaders.zos.le.DllexpfuncsTemplate
-
public final class DllexpfuncsTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description DllexpfuncsTemplate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetDllexpfuncsaddr(ImageInputStream inputStream, long address)static intgetDllexpfuncsaddr$length()static intgetDllexpfuncsaddr$offset()static longgetDllexpfuncsarray(ImageInputStream inputStream, long address)static intgetDllexpfuncsarray$length()static intgetDllexpfuncsarray$offset()static longgetDllexpfuncscount(ImageInputStream inputStream, long address)static intgetDllexpfuncscount$length()static intgetDllexpfuncscount$offset()static longgetDllexpfuncsname(ImageInputStream inputStream, long address)static intgetDllexpfuncsname$length()static intgetDllexpfuncsname$offset()static intlength()
-
-
-
Method Detail
-
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()
-
-