mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-24 11:33:51 +00:00
parent
119bff3514
commit
b9a2951901
308 changed files with 5368 additions and 5360 deletions
|
|
@ -19,7 +19,7 @@ public:
|
|||
virtual int read(byteArray b);
|
||||
virtual int read(byteArray b, unsigned int offset, unsigned int length);
|
||||
virtual void close();
|
||||
virtual int64_t skip(int64_t n);
|
||||
virtual __int64 skip(__int64 n);
|
||||
|
||||
// 4J Stu Added - Sometimes we don't want to delete the data on destroying this
|
||||
void reset() { buf = byteArray(); count = 0; mark = 0; pos = 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue