KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Launcher.Utils.ProcessHelper Class Reference

A bundle of utilities for stream communication More...

Static Public Member Functions

static void Send (this TextWriter stream, object message)
 Sends the object to stream More...
 
static object Receive (this TextReader stream)
 Reads an object from stream More...
 

Public Attributes

const string EOF = "###EOF###"
 A string indicating end of serialized message More...
 

Detailed Description

A bundle of utilities for stream communication

Definition at line 19 of file ProcessHelper.cs.

Member Function Documentation

◆ Receive()

static object KlusterKite.NodeManager.Launcher.Utils.ProcessHelper.Receive ( this TextReader  stream)
static

Reads an object from stream

Parameters
streamThe stream to read
Returns
The received object

Definition at line 55 of file ProcessHelper.cs.

◆ Send()

static void KlusterKite.NodeManager.Launcher.Utils.ProcessHelper.Send ( this TextWriter  stream,
object  message 
)
static

Sends the object to stream

Parameters
streamThe stream to send
messageThe object

Definition at line 38 of file ProcessHelper.cs.

Member Data Documentation

◆ EOF

const string KlusterKite.NodeManager.Launcher.Utils.ProcessHelper.EOF = "###EOF###"

A string indicating end of serialized message

Definition at line 25 of file ProcessHelper.cs.


The documentation for this class was generated from the following file: