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