- java.lang.Object
-
- com.ibm.j9ddr.corereaders.tdump.zebedee.le.CeexsancTemplate
-
public final class CeexsancTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description CeexsancTemplate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetSanc_bos(ImageInputStream inputStream, long address)static intgetSanc_bos$length()static intgetSanc_bos$offset()static longgetSanc_stack(ImageInputStream inputStream, long address)static intgetSanc_stack$length()static intgetSanc_stack$offset()static longgetSanc_user_floor(ImageInputStream inputStream, long address)static intgetSanc_user_floor$length()static intgetSanc_user_floor$offset()static longgetSanc_user_stack(ImageInputStream inputStream, long address)static intgetSanc_user_stack$length()static intgetSanc_user_stack$offset()static intlength()
-
-
-
Method Detail
-
length
public static int length()
-
getSanc_stack
public static long getSanc_stack(ImageInputStream inputStream, long address) throws IOException
- Throws:
IOException
-
getSanc_stack$offset
public static int getSanc_stack$offset()
-
getSanc_stack$length
public static int getSanc_stack$length()
-
getSanc_bos
public static long getSanc_bos(ImageInputStream inputStream, long address) throws IOException
- Throws:
IOException
-
getSanc_bos$offset
public static int getSanc_bos$offset()
-
getSanc_bos$length
public static int getSanc_bos$length()
-
getSanc_user_stack
public static long getSanc_user_stack(ImageInputStream inputStream, long address) throws IOException
- Throws:
IOException
-
getSanc_user_stack$offset
public static int getSanc_user_stack$offset()
-
getSanc_user_stack$length
public static int getSanc_user_stack$length()
-
getSanc_user_floor
public static long getSanc_user_floor(ImageInputStream inputStream, long address) throws IOException
- Throws:
IOException
-
getSanc_user_floor$offset
public static int getSanc_user_floor$offset()
-
getSanc_user_floor$length
public static int getSanc_user_floor$length()
-
-