templates.jsIO.java.io.ByteArrayInputStream.vm Maven / Gradle / Ivy
package java.io;
public class ByteArrayInputStream(val inputBytes : ByteArray) : InputStream {
override fun readBytes() : ByteArray {
return inputBytes;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy