qianxj2004
2025-07-14 9bd08c15556949508f36731cbfc0cfac61aa01da
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JCharStream :
    public JStream
{
};