LiFan
2025-03-24 5d002acc3431fd6c7ec13ff003193814e9639684
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JCharStream :
    public JStream
{
};