- 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 longgetDllexpvarsarray(ImageInputStream inputStream, long address)static intgetDllexpvarsarray$length()static intgetDllexpvarsarray$offset()static longgetDllexpvarscount(ImageInputStream inputStream, long address)static intgetDllexpvarscount$length()static intgetDllexpvarscount$offset()static longgetDllexpvarsname(ImageInputStream inputStream, long address)static intgetDllexpvarsname$length()static intgetDllexpvarsname$offset()static longgetDllexpvarsqcon(ImageInputStream inputStream, long address)static intgetDllexpvarsqcon$length()static intgetDllexpvarsqcon$offset()static intlength()
-
-
-
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()
-
-