xj qian
2024-09-13 2ed46fcab9efb7d747247223bed49db89b10c9d8
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JFileStream :
    public JStream
{
};