DummyInputStream

mill.api.DummyInputStream
@Scaladoc(value = "/**\n * A dummy input stream containing an empty byte array.\n */")
object DummyInputStream extends ByteArrayInputStream

A dummy input stream containing an empty byte array.

Attributes

Source
DummyStreams.scala
Graph
Supertypes
class ByteArrayInputStream
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def available(): Int

Attributes

Inherited from:
ByteArrayInputStream
def close(): Unit

Attributes

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

Attributes

Inherited from:
ByteArrayInputStream
def markSupported(): Boolean

Attributes

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

Attributes

Inherited from:
ByteArrayInputStream
def read(): Int

Attributes

Inherited from:
ByteArrayInputStream
def read(x$0: Array[Byte]): Int

Attributes

Inherited from:
InputStream
def readAllBytes(): Array[Byte]

Attributes

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

Attributes

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

Attributes

Inherited from:
InputStream
def reset(): Unit

Attributes

Inherited from:
ByteArrayInputStream
def skip(x$0: Long): Long

Attributes

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

Attributes

Inherited from:
ByteArrayInputStream