- 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 long
getDllexpfuncsaddr(ImageInputStream inputStream, long address)
static int
getDllexpfuncsaddr$length()
static int
getDllexpfuncsaddr$offset()
static long
getDllexpfuncsarray(ImageInputStream inputStream, long address)
static int
getDllexpfuncsarray$length()
static int
getDllexpfuncsarray$offset()
static long
getDllexpfuncscount(ImageInputStream inputStream, long address)
static int
getDllexpfuncscount$length()
static int
getDllexpfuncscount$offset()
static long
getDllexpfuncsname(ImageInputStream inputStream, long address)
static int
getDllexpfuncsname$length()
static int
getDllexpfuncsname$offset()
static int
length()
-
-
-
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()
-
-