SeekableByteChannelInputStream

kse.eio.SeekableByteChannelInputStream
final class SeekableByteChannelInputStream(val sbc: SeekableByteChannel) extends InputStream

Attributes

Graph
Supertypes
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def available(): Int

Attributes

Definition Classes
InputStream
override def close(): Unit

Attributes

Definition Classes
InputStream -> Closeable -> AutoCloseable
override def mark(readlimit: Int): Unit

Attributes

Definition Classes
InputStream
override def markSupported: Boolean

Attributes

Definition Classes
InputStream
def read(): Int
override def read(b: Array[Byte]): Int

Attributes

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

Attributes

Definition Classes
InputStream
override def reset: Unit

Attributes

Definition Classes
InputStream
override def skip(n: Long): Long

Attributes

Definition Classes
InputStream

Inherited methods

def readAllBytes(): Array[Byte]

Attributes

Inherited from:
InputStream
def readNBytes(x$0: Array[Byte], x$1: Int, x$2: Int): Int

Attributes

Inherited from:
InputStream
def readNBytes(x$0: Int): Array[Byte]

Attributes

Inherited from:
InputStream
def skipNBytes(x$0: Long): Unit

Attributes

Inherited from:
InputStream
def transferTo(x$0: OutputStream): Long

Attributes

Inherited from:
InputStream

Concrete fields

val sbc: SeekableByteChannel