LiFan
2025-03-10 53fc843d392de8ee62208b5950db40951e31d526
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JByteStream :
    public JStream
{
};