LiFan
2025-04-15 9b43e4edb9c5ebc065d6af4810ae66690fdc50df
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JFileStream :
    public JStream
{
};