static Future<EpubBook> fromBytes(final List<int> bytes) { if (bytes.isEmpty) throw EmptyBytesException(); return _readBook(bytes); }