mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
revert "refactor: Some multiplatform bs"
This commit is contained in:
parent
247ed3bca7
commit
6c1d8d5011
10 changed files with 3 additions and 17 deletions
|
@ -3,6 +3,6 @@ package yokai.core.archive
|
|||
import java.io.InputStream
|
||||
|
||||
// TODO: Use Okio's Source
|
||||
actual abstract class ArchiveInputStream : InputStream() {
|
||||
abstract class ArchiveInputStream : InputStream() {
|
||||
abstract fun getNextEntry(): ArchiveEntry?
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ package yokai.core.archive
|
|||
import java.io.Closeable
|
||||
import java.io.InputStream
|
||||
|
||||
actual abstract class ArchiveReader : Closeable {
|
||||
abstract class ArchiveReader : Closeable {
|
||||
abstract val address: Long
|
||||
abstract val size: Long
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
package yokai.core.archive
|
||||
|
||||
expect abstract class ArchiveInputStream
|
|
@ -1,3 +0,0 @@
|
|||
package yokai.core.archive
|
||||
|
||||
expect abstract class ArchiveReader
|
|
@ -1,3 +0,0 @@
|
|||
package yokai.core.archive
|
||||
|
||||
actual abstract class ArchiveInputStream
|
|
@ -1,3 +0,0 @@
|
|||
package yokai.core.archive
|
||||
|
||||
actual abstract class ArchiveReader
|
Loading…
Add table
Add a link
Reference in a new issue