mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(archive): Move common code to android
Since these codes still relies heavily on java and iOS doesn't have java support.
This commit is contained in:
parent
84ee9213be
commit
3d7b6b88be
5 changed files with 3 additions and 8 deletions
|
@ -1,15 +1,11 @@
|
|||
package eu.kanade.tachiyomi.util.storage
|
||||
|
||||
import org.jsoup.Jsoup
|
||||
import org.jsoup.nodes.Document
|
||||
import yokai.core.archive.ArchiveReader
|
||||
import java.io.Closeable
|
||||
import java.io.File
|
||||
import java.io.InputStream
|
||||
import java.nio.channels.SeekableByteChannel
|
||||
import java.text.ParseException
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import org.jsoup.Jsoup
|
||||
import org.jsoup.nodes.Document
|
||||
import yokai.core.archive.ArchiveReader
|
||||
|
||||
/**
|
||||
* Wrapper over ZipFile to load files in epub format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue