mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
layer export: tested output seems legit but can't confirm
This commit is contained in:
@@ -161,6 +161,7 @@ class DiskSkimmer(private val diskFile: File) {
|
||||
}
|
||||
|
||||
companion object {
|
||||
/** Only use it when you're sure you won't reach EOF; unavailable cells in array will be filled with -1. */
|
||||
fun InputStream.read(size: Int): ByteArray {
|
||||
val ba = ByteArray(size)
|
||||
this.read(ba)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package net.torvald.terrarum.virtualcomputer.tvd.finder
|
||||
package net.torvald.terrarum.modulecomputers.virtualcomputer.tvd.finder
|
||||
|
||||
import java.awt.BorderLayout
|
||||
import java.awt.GridLayout
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package net.torvald.terrarum.virtualcomputer.tvd.finder
|
||||
package net.torvald.terrarum.modulecomputers.virtualcomputer.tvd.finder
|
||||
|
||||
import net.torvald.terrarum.modulecomputers.virtualcomputer.tvd.*
|
||||
import java.awt.BorderLayout
|
||||
|
||||
Reference in New Issue
Block a user