RangeInputStream

class RangeInputStream extends InputStream
Companion:
object
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

@Override
override def close(): Unit
Definition Classes
InputStream -> Closeable -> AutoCloseable
@Override
override def read(): Int
Definition Classes
InputStream

Inherited methods

@throws(java.io.IOException)
def available(): Int
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], x$1: Int, x$2: Int): Int
Inherited from:
InputStream
@throws(java.io.IOException)
def read(x$0: Array[Byte]): Int
Inherited from:
InputStream
@throws(java.io.IOException)
def readAllBytes(): Array[Byte]
Inherited from:
InputStream
@throws(java.io.IOException)
def readNBytes(x$0: Array[Byte], x$1: Int, x$2: Int): Int
Inherited from:
InputStream
@throws(java.io.IOException)
def readNBytes(x$0: Int): Array[Byte]
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
@throws(java.io.IOException)
def transferTo(x$0: OutputStream): Long
Inherited from:
InputStream