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:
parent
8de9981908
commit
184c1f615c
4 changed files with 38 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue