- java.lang.Object
-
- com.ibm.dtfj.corereaders.zos.le.DllexpvarsTemplate
-
public final class DllexpvarsTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description DllexpvarsTemplate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getDllexpvarsarray(ImageInputStream inputStream, long address)
static int
getDllexpvarsarray$length()
static int
getDllexpvarsarray$offset()
static long
getDllexpvarscount(ImageInputStream inputStream, long address)
static int
getDllexpvarscount$length()
static int
getDllexpvarscount$offset()
static long
getDllexpvarsname(ImageInputStream inputStream, long address)
static int
getDllexpvarsname$length()
static int
getDllexpvarsname$offset()
static long
getDllexpvarsqcon(ImageInputStream inputStream, long address)
static int
getDllexpvarsqcon$length()
static int
getDllexpvarsqcon$offset()
static int
length()
-
-
-
Method Detail
-
length
public static int length()
-
getDllexpvarscount
public static long getDllexpvarscount(ImageInputStream inputStream, long address) throws IOException
- Throws:
IOException
-
getDllexpvarscount$offset
public static int getDllexpvarscount$offset()
-
getDllexpvarscount$length
public static int getDllexpvarscount$length()
-
getDllexpvarsarray
public static long getDllexpvarsarray(ImageInputStream inputStream, long address) throws IOException
- Throws:
IOException
-
getDllexpvarsarray$offset
public static int getDllexpvarsarray$offset()
-
getDllexpvarsarray$length
public static int getDllexpvarsarray$length()
-
getDllexpvarsname
public static long getDllexpvarsname(ImageInputStream inputStream, long address) throws IOException
- Throws:
IOException
-
getDllexpvarsname$offset
public static int getDllexpvarsname$offset()
-
getDllexpvarsname$length
public static int getDllexpvarsname$length()
-
getDllexpvarsqcon
public static long getDllexpvarsqcon(ImageInputStream inputStream, long address) throws IOException
- Throws:
IOException
-
getDllexpvarsqcon$offset
public static int getDllexpvarsqcon$offset()
-
getDllexpvarsqcon$length
public static int getDllexpvarsqcon$length()
-
-