|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTSFile
TSFile$mkr
class TSFile$mkr
.
====================================================================== Class TSFile$mkr -- Common access to 'marker'-files This class provides access to 'marker' TS-Files in the same way as access to S-/T- or W-Files is used. Input: File-ID is read and checked. Output: Correct File-ID is added automatically. Attention: File is ONLY written using UT-Format. However, all other formats are possible. ##TSFile$mkr (Eyecatcher) =======================================================================
Field Summary | |
---|---|
private static java.util.HashMap<java.lang.String,TSFleTok> |
cmp
|
private static java.util.HashMap<java.lang.Integer,TSFleTok> |
dec
|
private static java.lang.String |
FKngB
|
private static java.lang.String |
FKngU
|
static java.lang.String |
IdStr
|
Fields inherited from class TSFile |
---|
CB, CT, IA, ICB, ICT, IN, IU, IUB, IUT, K_buffer, K_float, K_floats, K_hex, K_hexfloat, K_hexfloatuint, K_hexuint, K_mixed1, K_mixed2, K_mixed3, K_mixed4, K_mixed5, K_none, K_sint, K_sintfloat, K_strarr, K_string, K_stringuint, K_tokfloat, K_tokuintfloat, K_uint, K_uint4float, K_uintfloat, K_uintfloat6, K_uintfloathex, K_uintplus, K_uintplusfloat, K_uintuint, maxLvl, OA, OAA, OB_Len, OCB, OCT, OU, OUA, OUB, OUT, tok, UB, UT |
Constructor Summary | |
---|---|
protected |
TSFile$mkr()
. |
protected |
TSFile$mkr(java.io.File dat)
. |
Method Summary | |
---|---|
protected java.lang.String |
chkFKng(java.lang.String K,
boolean t)
. |
protected TSFleTok |
getTok(int nr)
. |
protected TSFleTok |
getTok(java.lang.String nme)
. |
protected java.lang.String |
open(boolean out,
int iom)
. |
protected java.lang.String |
toStr()
. |
Methods inherited from class TSFile |
---|
chgBuf, close, getData, getErr, getMode, getMode, getPath, getStat, getTyp, load, open, prtMode, putData, Reduce, setBuffer, setTyp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String IdStr
private static java.util.HashMap<java.lang.String,TSFleTok> cmp
private static java.util.HashMap<java.lang.Integer,TSFleTok> dec
private static final java.lang.String FKngU
private static final java.lang.String FKngB
Constructor Detail |
---|
protected TSFile$mkr()
===================================================================== Constructor: (1) Create Default-Entry =====================================================================
protected TSFile$mkr(java.io.File dat)
===================================================================== Constructor: (2) Create Standard-Entry =====================================================================
Method Detail |
---|
protected final java.lang.String chkFKng(java.lang.String K, boolean t)
===================================================================== Method "chkFKng" Check File-Identifier for current type of file. If argument is 'null', the full key is provided (for write). ##chkFKng.TSFile$mkr (Eyecatcher) =====================================================================
chkFKng
in class TSFile
protected final TSFleTok getTok(int nr)
===================================================================== Method "getTok" (version 'expand') Get current definition of token from table (key=number) ##getTok.TSFile$mkr (Eyecatcher) =====================================================================
getTok
in class TSFile
protected final TSFleTok getTok(java.lang.String nme)
===================================================================== Method "getTok" (version 'reduce') Get current definition of token from table (key=name) ##getTok.TSFile$mkr (Eyecatcher) =====================================================================
getTok
in class TSFile
protected final java.lang.String open(boolean out, int iom)
===================================================================== Method "open" This method-call blocks super-class function 'open'. Method throws an exception to terminate with a systemerror. This method overwrites 'open'-function from TSFile-class. ##open.TSFile$mkr (Eyecatcher) =====================================================================
open
in class TSFile
protected final java.lang.String toStr()
===================================================================== Method "toStr" Build an String-representation of all values of this class. ##toStr.TSFile$mkr (Eyecatcher) =====================================================================
toStr
in class TSFile
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |