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

encoding stuff refactoring

This commit is contained in:
Nikolay Pultsin 2012-03-07 03:02:34 +00:00
parent 2668a39629
commit ee34841eeb
9 changed files with 198 additions and 79 deletions

View file

@ -51,4 +51,6 @@ public abstract class FormatPlugin {
NONE
};
public abstract Type type();
public abstract EncodingCollection supportedEncodings();
}