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