analyzer.reader
Class UpiTags

java.lang.Object
  |
  +--analyzer.reader.UpiTags

public class UpiTags
extends java.lang.Object

These tags are used in structured restart, packed configuration, and scalar files New tags can be added, but the values of existing tags should never change.


Field Summary
static int TR_BASE
           
static int TR_BRANCH
           
static int TR_DATE
           
static int TR_INT4
           
static int TR_INT4VEC
           
static int TR_REAL8
           
static int TR_REAL8VEC
           
static int TR_STR64
           
static int TR_SYSMASK
           
static int TR_USERBITS
           
static int TR_USERMASK
           
 
Constructor Summary
UpiTags()
           
 
Method Summary
static java.lang.String getString(int fileID, int tag, int ref)
           
static int getSys(int i)
           
static int getUser(int i)
           
static boolean isDate(int tag)
           
static boolean isGroup(int tag)
           
static boolean isInt4(int tag)
           
static boolean isReal8(int tag)
           
static boolean isString64(int tag)
           
static boolean isVec(int tag)
           
static java.lang.String name(int tag)
           
static java.lang.String nGetString(int fileID, int tag, int ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TR_USERBITS

public static final int TR_USERBITS

TR_BASE

public static final int TR_BASE

TR_USERMASK

public static final int TR_USERMASK

TR_SYSMASK

public static final int TR_SYSMASK

TR_BRANCH

public static final int TR_BRANCH

TR_INT4

public static final int TR_INT4

TR_REAL8

public static final int TR_REAL8

TR_STR64

public static final int TR_STR64

TR_INT4VEC

public static final int TR_INT4VEC

TR_REAL8VEC

public static final int TR_REAL8VEC

TR_DATE

public static final int TR_DATE
Constructor Detail

UpiTags

public UpiTags()
Method Detail

getUser

public static int getUser(int i)

getSys

public static int getSys(int i)

isGroup

public static boolean isGroup(int tag)

isInt4

public static boolean isInt4(int tag)

isReal8

public static boolean isReal8(int tag)

isString64

public static boolean isString64(int tag)

isDate

public static boolean isDate(int tag)

isVec

public static boolean isVec(int tag)

name

public static java.lang.String name(int tag)

getString

public static java.lang.String getString(int fileID,
                                         int tag,
                                         int ref)

nGetString

public static java.lang.String nGetString(int fileID,
                                          int tag,
                                          int ref)


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu