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