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