org.openfast.debug
Interface Trace

All Known Implementing Classes:
BasicDecodeTrace, BasicEncodeTrace

public interface Trace


Method Summary
 void field(Field field, FieldValue value, FieldValue encoded, byte[] encoding, int pmapIndex)
           
 void groupEnd()
           
 void groupStart(Group group)
           
 void pmap(byte[] pmap)
           
 

Method Detail

groupStart

void groupStart(Group group)

groupEnd

void groupEnd()

field

void field(Field field,
           FieldValue value,
           FieldValue encoded,
           byte[] encoding,
           int pmapIndex)

pmap

void pmap(byte[] pmap)


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