ProcessInput

object ProcessInput
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fromByteArray(bytes: Array[Byte]): ProcessInput

Returns a ProcessInput from an array of bytes.

Returns a ProcessInput from an array of bytes.

def fromStream(stream: ZStream[Blocking, CommandError, Byte]): ProcessInput

Returns a ProcessInput from a stream of bytes.

Returns a ProcessInput from a stream of bytes.

def fromString(text: String, charset: Charset): ProcessInput

Returns a ProcessInput from a String with the given charset.

Returns a ProcessInput from a String with the given charset.

def fromUTF8String(text: String): ProcessInput

Returns a ProcessInput from a UTF-8 String.

Returns a ProcessInput from a UTF-8 String.

Concrete fields