MetaTF API

MetaTF.Runtime
Class Comment

java.lang.Object
  |
  +--MetaTF.Runtime.Record
        |
        +--MetaTF.Runtime.Comment

public class Comment
extends Record

Thic class represents comments in a MetaTF trace file

Version:
rel-1-2 ($Revision: 1.1 $, $Date: 2000/12/15 16:35:32 $),
Author:
Richard Jones

Field Summary
static int sectionNumber
           
static char tag
           
static int TAG
           
 java.lang.String text
           
static int TEXT
           
 
Constructor Summary
Comment()
          Allocate a new object representing a comment
Comment(java.lang.String text)
          Allocate a new object representing a comment
 
Method Summary
 void putRecord(LowLevelWriter llw)
          Write a comment record
 
Methods inherited from class MetaTF.Runtime.Record
putMetadata, putMetadata, putMetadata, putMetadata, write, write, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sectionNumber

public static final int sectionNumber

TAG

public static final int TAG

tag

public static final char tag

TEXT

public static final int TEXT

text

public java.lang.String text
Constructor Detail

Comment

public Comment()
Allocate a new object representing a comment

Comment

public Comment(java.lang.String text)
Allocate a new object representing a comment
Method Detail

putRecord

public void putRecord(LowLevelWriter llw)
               throws java.io.IOException
Write a comment record
Overrides:
putRecord in class Record
Throws:
java.io.IOException - IF write fails

MetaTF API

Copyright © 2001 - Richard Jones     MetaTF