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