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

EncryptionMethod class moved to zlibrary

This commit is contained in:
Nikolay Pultsin 2014-02-16 16:20:27 +00:00
parent bf559f0e4f
commit 24d3813d5b
13 changed files with 58 additions and 30 deletions

View file

@ -28,12 +28,6 @@ import org.geometerplus.fbreader.bookmodel.BookModel;
import org.geometerplus.fbreader.bookmodel.BookReadingException;
public abstract class FormatPlugin {
public interface EncryptionMethod {
String NONE = "none";
String UNSUPPORTED = "unsupported";
String MARLIN = "marlin";
}
private final String myFileType;
protected FormatPlugin(String fileType) {