SubProcess

replpp.shaded.os.SubProcess$
See theSubProcess companion class
object SubProcess

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SubProcess.type

Members list

Type members

Classlikes

class InputStream(val wrapped: OutputStream) extends OutputStream, DataOutput

A BufferedWriter with the underlying java.io.OutputStream exposed

A BufferedWriter with the underlying java.io.OutputStream exposed

Note that all writes that occur through this class are thread-safe and synchronized. If you wish to perform writes without the synchronization overhead, you can use the underlying wrapped stream directly

Attributes

Supertypes
trait DataOutput
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
class OutputStream(val wrapped: InputStream) extends InputStream, DataInput, ByteData

A combination BufferedReader and java.io.InputStream, this allows you to read both bytes and lines, without worrying about the buffer used for reading lines messing up your reading of bytes.

A combination BufferedReader and java.io.InputStream, this allows you to read both bytes and lines, without worrying about the buffer used for reading lines messing up your reading of bytes.

Note that all reads that occur through this class are thread-safe and synchronized. If you wish to perform writes without the synchronization overhead, you can use the underlying wrapped stream directly

Attributes

Supertypes
trait ByteData
trait DataInput
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all