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