1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

encoding-related classes were moved to org.geometerplus.zlibrary.core.encodings package

This commit is contained in:
Nikolay Pultsin 2012-03-23 17:47:32 +00:00
parent 53a1e81da0
commit 98fd03511b
14 changed files with 33 additions and 26 deletions

View file

@ -20,6 +20,7 @@
package org.geometerplus.fbreader.formats;
import org.geometerplus.zlibrary.core.filesystem.ZLFile;
import org.geometerplus.zlibrary.core.encodings.EncodingCollection;
import org.geometerplus.zlibrary.core.image.ZLImage;
import org.geometerplus.fbreader.bookmodel.BookModel;