org.openfast.debug
Class BasicDecodeTrace

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

public class BasicDecodeTrace
extends java.lang.Object
implements Trace


Constructor Summary
BasicDecodeTrace()
           
 
Method Summary
 void field(Field field, FieldValue value, FieldValue decodedValue, byte[] encoding, int pmapIndex)
           
 void groupEnd()
           
 void groupStart(Group group)
           
 void pmap(byte[] bytes)
           
 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

BasicDecodeTrace

public BasicDecodeTrace()
Method Detail

groupStart

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

groupEnd

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

field

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

pmap

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

setWriter

public void setWriter(java.io.PrintWriter traceWriter)


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