#pragma once

namespace jf {

class PrintBuffer {
   private:
    /* data */
   public:
    // PrintBuffer(/* args */);
    // ~PrintBuffer();
    static void PrintHex(void* pBuff, unsigned int nLen);
};

}  // namespace jf