1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

InputStream.reset() support

This commit is contained in:
Nikolay Pultsin 2014-03-17 02:07:12 +02:00
parent 8de9981908
commit 184c1f615c
4 changed files with 38 additions and 9 deletions

View file

@ -84,6 +84,9 @@ public:
static shared_ptr<VoidMethod> Method_java_io_InputStream_close;
static shared_ptr<IntMethod> Method_java_io_InputStream_read;
static shared_ptr<LongMethod> Method_java_io_InputStream_skip;
static shared_ptr<VoidMethod> Method_java_io_InputStream_mark;
static shared_ptr<BooleanMethod> Method_java_io_InputStream_markSupported;
static shared_ptr<VoidMethod> Method_java_io_InputStream_reset;
static shared_ptr<StaticObjectMethod> StaticMethod_ZLibrary_Instance;
static shared_ptr<StringMethod> Method_ZLibrary_getVersionName;