ProcessStream
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Return the output of this process as a list of lines (default encoding of UTF-8).
Return the output of this process as a list of lines (default encoding of UTF-8).
Attributes
Return the output of this process as a list of lines with the specified encoding.
Return the output of this process as a list of lines with the specified encoding.
Attributes
Return the output of this process as a stream of lines (default encoding of UTF-8).
Return the output of this process as a stream of lines (default encoding of UTF-8).
Attributes
Return the output of this process as a chunked stream of bytes.
Return the output of this process as a chunked stream of bytes.
Attributes
Return the entire output of this process as a string (default encoding of UTF-8).
Return the entire output of this process as a string (default encoding of UTF-8).
Attributes
Return the entire output of this process as a string with the specified encoding.
Return the entire output of this process as a string with the specified encoding.
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product