LiFan
2024-10-23 738c35df9038bca7c98b8219498d11f24476091d
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JByteStream :
    public JStream
{
};