InputWrapperStream

final class InputWrapperStream(in: Input) extends InputStream
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(): Int
override def read(b: Array[Byte], off: Int, len: Int): Int
Definition Classes
InputStream
def toInt(b: Byte): Int

Inherited methods

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