ByteBufferInputStream

io.quartz.util.ByteBufferInputStream
class ByteBufferInputStream(var buffer: ByteBuffer) extends InputStream

Reads data from a ByteBuffer.

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def available(): Int

Attributes

Definition Classes
InputStream
override def read(): Int

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
InputStream

Inherited methods

def close(): Unit

Attributes

Inherited from:
InputStream
def mark(x$0: Int): Unit

Attributes

Inherited from:
InputStream
def markSupported(): Boolean

Attributes

Inherited from:
InputStream
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 reset(): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
InputStream