LiFan
2024-10-29 8ff4f704c43f98078f7d7b151d41411c73f031bf
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JFileStream :
    public JStream
{
};