MetaTF API

Uses of Interface
MetaTF.Runtime.LowLevelReader

Packages that use LowLevelReader
MetaTF.Runtime This package provides miscellaneous classes used by MetaTF trace file readers and writers. 
 

Uses of LowLevelReader in MetaTF.Runtime
 

Classes in MetaTF.Runtime that implement LowLevelReader
 class AsciiReader
          AsciiReader implements LowLevelReader
 

Methods in MetaTF.Runtime with parameters of type LowLevelReader
static int MetaTFState.readSpecial(LowLevelReader llr)
          Try to read a metadata record and adjust the state of the reader/writer accordingly.
static long MetaTFState.readNum(LowLevelReader llr, NumTraceField tf)
          High-level read primitive to read a number according to the field's encoding held in a NumTraceField
static java.lang.String MetaTFState.readString(LowLevelReader llr, StringTraceField tf)
          High-level read primitive to read a string according to the field's encoding held in a StringTraceField
static java.lang.String MetaTFState.readln(LowLevelReader llr)
          Reads a string with assumed encoding of none e.g.
static Index MetaTFState.readIndex(LowLevelReader llr, IndexTraceField tf)
          High-level read primitive to read an indexed value according to the field's encoding held in a IndexTraceField
 


MetaTF API

Copyright © 2001 - Richard Jones     MetaTF