mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 13:28:18 +00:00
chore: format Minecraft.World
This commit is contained in:
@@ -4,15 +4,14 @@
|
||||
|
||||
class InputStream;
|
||||
|
||||
class InputStreamReader : public Reader
|
||||
{
|
||||
class InputStreamReader : public Reader {
|
||||
private:
|
||||
DataInputStream *stream;
|
||||
DataInputStream* stream;
|
||||
|
||||
public:
|
||||
InputStreamReader(InputStream *in);
|
||||
InputStreamReader(InputStream* in);
|
||||
|
||||
virtual void close();
|
||||
virtual int read();
|
||||
virtual int read(wchar_t cbuf[], unsigned int offset, unsigned int length);
|
||||
virtual void close();
|
||||
virtual int read();
|
||||
virtual int read(wchar_t cbuf[], unsigned int offset, unsigned int length);
|
||||
};
|
||||
Reference in New Issue
Block a user