LiFan
2025-04-16 170846388b14afd3ea004563712efa6cad86b16e
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JCharStream :
    public JStream
{
};