lifan
6 天以前 b20ef5ba1672d3739a2d11a2a7b3f5671d027237
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JCharStream :
    public JStream
{
};