ConsumerOutputStream

class ConsumerOutputStream(checkReady: Boolean) extends OutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

def expectsRemaining(): Int
def getResponse(timeout: Long): String
def hasResponse(): Boolean
def resetExpects(): Unit
def setExpects(expects: List[Expect]): Unit
def setReadyMessage(newReadyMessage: String): Unit
def waitReady(): Unit
final def write(b: Int): Unit

Inherited methods

@throws(java.io.IOException)
def close(): Unit
Inherited from
OutputStream
@throws(java.io.IOException)
def flush(): Unit
Inherited from
OutputStream
@throws(java.io.IOException)
def write(`x$0`: Array[Byte], `x$1`: Int, `x$2`: Int): Unit
Inherited from
OutputStream
@throws(java.io.IOException)
def write(`x$0`: Array[Byte]): Unit
Inherited from
OutputStream