- java.lang.Object
- 
- com.ibm.dtfj.corereaders.zos.le.CietTemplate
 
- 
 public final class CietTemplate extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description CietTemplate()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetCiet_func_addr(ImageInputStream inputStream, long address)static intgetCiet_func_addr$length()static intgetCiet_func_addr$offset()static longgetCiet_func_count(ImageInputStream inputStream, long address)static intgetCiet_func_count$length()static intgetCiet_func_count$offset()static longgetCiet_var_addr(ImageInputStream inputStream, long address)static intgetCiet_var_addr$length()static intgetCiet_var_addr$offset()static longgetCiet_var_count(ImageInputStream inputStream, long address)static intgetCiet_var_count$length()static intgetCiet_var_count$offset()static intlength()
 
- 
- 
- 
Method Detail- 
lengthpublic static int length() 
 - 
getCiet_func_addrpublic static long getCiet_func_addr(ImageInputStream inputStream, long address) throws IOException - Throws:
- IOException
 
 - 
getCiet_func_addr$offsetpublic static int getCiet_func_addr$offset() 
 - 
getCiet_func_addr$lengthpublic static int getCiet_func_addr$length() 
 - 
getCiet_func_countpublic static long getCiet_func_count(ImageInputStream inputStream, long address) throws IOException - Throws:
- IOException
 
 - 
getCiet_func_count$offsetpublic static int getCiet_func_count$offset() 
 - 
getCiet_func_count$lengthpublic static int getCiet_func_count$length() 
 - 
getCiet_var_addrpublic static long getCiet_var_addr(ImageInputStream inputStream, long address) throws IOException - Throws:
- IOException
 
 - 
getCiet_var_addr$offsetpublic static int getCiet_var_addr$offset() 
 - 
getCiet_var_addr$lengthpublic static int getCiet_var_addr$length() 
 - 
getCiet_var_countpublic static long getCiet_var_count(ImageInputStream inputStream, long address) throws IOException - Throws:
- IOException
 
 - 
getCiet_var_count$offsetpublic static int getCiet_var_count$offset() 
 - 
getCiet_var_count$lengthpublic static int getCiet_var_count$length() 
 
- 
 
-