org.openfast.debug
Class BasicEncodeTrace

java.lang.Object
  extended by org.openfast.debug.BasicEncodeTrace
All Implemented Interfaces:
Trace

public class BasicEncodeTrace
extends java.lang.Object
implements Trace


Constructor Summary
BasicEncodeTrace()
           
 
Method Summary
 void field(Field field, FieldValue value, FieldValue encoded, byte[] encoding, int pmapIndex)
           
 void groupEnd()
           
 void groupStart(Group group)
           
 java.lang.String indent(int indent)
           
 void pmap(byte[] pmap)
           
 void setWriter(java.io.PrintWriter traceWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicEncodeTrace

public BasicEncodeTrace()
Method Detail

groupStart

public void groupStart(Group group)
Specified by:
groupStart in interface Trace

field

public void field(Field field,
                  FieldValue value,
                  FieldValue encoded,
                  byte[] encoding,
                  int pmapIndex)
Specified by:
field in interface Trace

groupEnd

public void groupEnd()
Specified by:
groupEnd in interface Trace

pmap

public void pmap(byte[] pmap)
Specified by:
pmap in interface Trace

indent

public java.lang.String indent(int indent)

setWriter

public void setWriter(java.io.PrintWriter traceWriter)


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.