MetaTF API

Uses of Interface
MetaTF.Runtime.LowLevelWriter

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

Uses of LowLevelWriter in MetaTF.Runtime
 

Classes in MetaTF.Runtime that implement LowLevelWriter
 class AsciiWriter
          AsciiWriter implements LowLevelWriter
 

Methods in MetaTF.Runtime with parameters of type LowLevelWriter
protected static void Section.putSectionMetadata(LowLevelWriter llw, int sectionNumber, int f, int i)
           
protected static void Section.putSectionMetadata(LowLevelWriter llw, int sectionNumber, int f, int i, long v)
           
protected static void Section.putSectionMetadata(LowLevelWriter llw, int sectionNumber, int f, int i, long v1, long v2)
           
protected static void Section.putSectionMetadata(LowLevelWriter llw, int sectionNumber, int f, int i, java.lang.String v)
           
abstract  void Record.putRecord(LowLevelWriter llw)
          Write this record
protected  void Record.write(LowLevelWriter llw, NumTraceField tf, long v)
           
protected  void Record.write(LowLevelWriter llw, IndexTraceField tf, int v)
           
protected  void Record.write(LowLevelWriter llw, StringTraceField tf, java.lang.String v)
           
protected static void Record.putMetadata(LowLevelWriter llw, int sectionNumber, int tag, int f, int i)
           
protected static void Record.putMetadata(LowLevelWriter llw, int sectionNumber, int tag, int f, int i, long v)
           
protected static void Record.putMetadata(LowLevelWriter llw, int sectionNumber, int tag, int f, int i, long v1, long v2)
           
protected static void Record.putMetadata(LowLevelWriter llw, int sectionNumber, int tag, int f, int i, java.lang.String v)
           
 void Comment.putRecord(LowLevelWriter llw)
          Write a comment record
static void MetaTFState.putSection(LowLevelWriter llw, int i)
          Write section metadata to change current section after changing the current section in the reader/writer
 


MetaTF API

Copyright © 2001 - Richard Jones     MetaTF