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