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 |