Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンテンツを取得するために、epublib の次のメソッドを使用しています。
is = book.getSpine().getSpineReferences().get(number).getResource().getInputStream();
number が最後のファイルに到達し、範囲外になったことをどのように知ることができますか?
私が見つけた: book.getContents().size()