LiFan
2024-09-20 9fa52cd029b5424def5f2d92056703a431d37513
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JCharStream :
    public JStream
{
};