Class TSFile$idx

java.lang.Object
  extended by TSFile
      extended by TSFile$idx

 class TSFile$idx
extends TSFile

.

======================================================================
 Class TSFile$idx -- Common access to 'idx.dat' files
   This class provides access to 'idx.dat' 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 UB-Format. However, all other
            formats are possible.
 ##TSFile$idx (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$idx()
          .
protected TSFile$idx(java.io.File dat)
          .
 
Method Summary
protected  java.lang.String chkFKng(java.lang.String K, boolean t)
          .
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, getTok, getTok, 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

IdStr

public static final java.lang.String IdStr
See Also:
Constant Field Values

cmp

private static java.util.HashMap<java.lang.String,TSFleTok> cmp

dec

private static java.util.HashMap<java.lang.Integer,TSFleTok> dec

FKngU

private static final java.lang.String FKngU
See Also:
Constant Field Values

FKngB

private static final java.lang.String FKngB
See Also:
Constant Field Values
Constructor Detail

TSFile$idx

protected TSFile$idx()
.
=====================================================================
 Constructor: (1) Create Default-Entry
=====================================================================
  


TSFile$idx

protected TSFile$idx(java.io.File dat)
.
=====================================================================
 Constructor: (2) Create Standard-Entry
=====================================================================
  

Method Detail

chkFKng

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$idx (Eyecatcher)
=====================================================================
  

Overrides:
chkFKng in class TSFile

open

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$idx (Eyecatcher)
=====================================================================
  

Overrides:
open in class TSFile

toStr

protected final java.lang.String toStr()
.
=====================================================================
 Method "toStr"
 Build an String-representation of all values of this class.
 ##toStr.TSFile$idx (Eyecatcher)
=====================================================================
  

Overrides:
toStr in class TSFile