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:
parent
bf559f0e4f
commit
24d3813d5b
13 changed files with 58 additions and 30 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue