Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The file containing data for all of the streams. More...
#include <cstdint>
#include <cstddef>
#include <string>
#include <vector>
#include <utils/network.h>
#include <types/chatmessage.h>
#include <types/uuid.h>
#include <utils/crypto.h>
Go to the source code of this file.
Classes | |
class | IMCStream |
Stream interface. More... | |
class | MemoryStream |
A stream from Memory. More... | |
class | NetSocketStream |
Stream from a net client socket. More... | |
class | CipherStream |
AES 128bit CFB8 Cipher stream. More... | |
class | ZLibStream |
ZLib Stream. More... | |
The file containing data for all of the streams.