Converts a string representing a file extension to a EBookFormats object.
Mobi
public static final EBookFormats Mobi
MOBI is the name given to the format developed for the MobiPocket Reader. Also called PRC, AZW. It is currently used by Amazon with a slightly different DRM scheme and called AZW. Learn more about this file format here .
Epub
public static final EBookFormats Epub
Electronic Publication (IDPF ePub) format is an e-book file format that provides a standard digital publication format for publishers and consumers. Learn more about this file format here .
Azw3
public static final EBookFormats Azw3
AZW3, also known as Kindle Format 8 (KF8), is the modified version of the AZW ebook digital file format developed for Amazon Kindle devices. The format is an enhancement to older AZW files. Learn more about this file format here .
getAll()
public static List<EBookFormats> getAll()
Gets an enumerable collection of all EBookFormats.
Value: An IEnumerable{EBookFormats} containing all instances of EBookFormats.