#include <binaryFormat.h>
Inheritance diagram for InfoBinaryFormat::
Public Methods | |
InfoBinaryFormat () | |
Default constructor. | |
virtual | ~InfoBinaryFormat () |
Destructor. | |
virtual Buffer & | infoToBin (Buffer &b)=0 |
Convert info to binary. More... |
Each class containing info (eg. about class, field etc.) must be inherited from this class. For example: Class, ClassField, Thread etc.
Definition at line 80 of file binaryFormat.h.
|
Convert info to binary. This method converts information data to binary format in which it is sent thru communication interface to client. This method must be implemented in each class which has info data.
Reimplemented in AllocArena, AllocObject, GC, Class, ClassField, GroupThread, Method, Thread, and Trace. Referenced by IProf::_getInfo(), and IProf::sToBin().
|