java.io.InputStream

Aliases

Parameters

subClasses

Js Constructors

new java_io_InputStream(
)

ApplyMethods

Methods

$bang$eq(x$1:Any):boolean
$eq$eq(x$1:Any):boolean
$hash$hash():int
asInstanceOf():scala.Any.T0
available():int
close():Unit
equals(x$1:Any):boolean
getClass():java.lang.Class[Any]
hashCode():int
isInstanceOf():boolean
mark(x$1:int):Unit
markSupported():boolean
notify():Unit
notifyAll():Unit
read():int
read(x$1:Array[byte]):int
read(x$1:Array[byte], x$2:int, x$3:int):int
readAllBytes():Array[byte]
readNBytes(x$1:int):Array[byte]
readNBytes(x$1:Array[byte], x$2:int, x$3:int):int
reset():Unit
skip(x$1:long):long
skipNBytes(x$1:long):Unit
toString():java.lang.String
transferTo(x$1:java.io.OutputStream):long
wait():Unit
wait(x$1:long):Unit
wait(x$1:long, x$2:int):Unit