object ProcessInput
- Companion
- class
Type members
Classlikes
final case
class FromStream(stream: ZStream[Any, CommandError, Byte], flushChunksEagerly: Boolean) extends ProcessInput
Value members
Concrete methods
Returns a ProcessInput from a queue of bytes to send to the process in a controlled manner.
Returns a ProcessInput from a queue of bytes to send to the process in a controlled manner.
Returns a ProcessInput from a stream of bytes.
Returns a ProcessInput from a stream of bytes.
You may want to set flushChunksEagerly to true when doing back-and-forth communication with a process such as
interacting with a repl (flushing the command to send so that you can receive a response immediately).
Returns a ProcessInput from a String with the given charset.
Returns a ProcessInput from a String with the given charset.