LiFan
2025-02-18 ff9334f72e9facbeb5c07b7d4502a98467af7c97
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JFileStream :
    public JStream
{
};