UpdatableInputStream

class UpdatableInputStream extends InputStream
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

def appendBytes(bytes: Array[Byte]): Unit
def finishedAppending(): Unit
override def read(): Int
Definition Classes
InputStream
override def read(b: Array[Byte], off: Int, len: Int): Int
Definition Classes
InputStream

Inherited methods

@throws(java.io.IOException)
def available(): Int
Inherited from
InputStream
@throws(java.io.IOException)
def close(): Unit
Inherited from
InputStream
def mark(x$0: Int): Unit
Inherited from
InputStream
def markSupported(): Boolean
Inherited from
InputStream
@throws(java.io.IOException)
def read(x$0: Array[Byte]): Int
Inherited from
InputStream
@throws(java.io.IOException)
def reset(): Unit
Inherited from
InputStream
@throws(java.io.IOException)
def skip(x$0: Long): Long
Inherited from
InputStream