I'm using the following method from epublib to retrieve the content:
is = book.getSpine().getSpineReferences().get(number).getResource().getInputStream();
How do I know when number has reached the last file and is out of range?
I'm using the following method from epublib to retrieve the content:
is = book.getSpine().getSpineReferences().get(number).getResource().getInputStream();
How do I know when number has reached the last file and is out of range?
Copyright © 2021 Jogjafile Inc.
I found: book.getContents().size()