dnu : dylan.NET.Utils Namespace

StreamUtils Class

Documentation for this section has not yet been entered.

Syntax

public class StreamUtils

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

static
InS System.IO.StreamReader . Documentation for this section has not yet been entered.
static
OutS System.IO.StreamWriter . Documentation for this section has not yet been entered.
static
Stderr System.IO.Stream . Documentation for this section has not yet been entered.
static
Stdin System.IO.Stream . Documentation for this section has not yet been entered.
static
Stdout System.IO.Stream . Documentation for this section has not yet been entered.
static
UseConsole bool . Documentation for this section has not yet been entered.

Public Methods

static
CloseInS ()
Documentation for this section has not yet been entered.
static
CloseOutS ()
Documentation for this section has not yet been entered.
static
InitInOutSWithStd ()
Documentation for this section has not yet been entered.
static
InitInS (System.IO.Stream)
Documentation for this section has not yet been entered.
static
InitOutS (System.IO.Stream)
Documentation for this section has not yet been entered.
static
ReadLine () : string
Documentation for this section has not yet been entered.
static
Write (string)
Documentation for this section has not yet been entered.
static
WriteLine (string)
Documentation for this section has not yet been entered.

Member Details

StreamUtils Constructor

Documentation for this section has not yet been entered.

Syntax

public StreamUtils ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

CloseInS Method

Documentation for this section has not yet been entered.

Syntax

public static void CloseInS ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

CloseOutS Method

Documentation for this section has not yet been entered.

Syntax

public static void CloseOutS ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

InitInOutSWithStd Method

Documentation for this section has not yet been entered.

Syntax

public static void InitInOutSWithStd ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

InitInS Method

Documentation for this section has not yet been entered.

Syntax

public static void InitInS (System.IO.Stream s)

Parameters

s
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

InitOutS Method

Documentation for this section has not yet been entered.

Syntax

public static void InitOutS (System.IO.Stream s)

Parameters

s
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

InS Field

Documentation for this section has not yet been entered.

Syntax

public static System.IO.StreamReader InS

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

OutS Field

Documentation for this section has not yet been entered.

Syntax

public static System.IO.StreamWriter OutS

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

ReadLine Method

Documentation for this section has not yet been entered.

Syntax

public static string ReadLine ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

Stderr Field

Documentation for this section has not yet been entered.

Syntax

public static System.IO.Stream Stderr

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

Stdin Field

Documentation for this section has not yet been entered.

Syntax

public static System.IO.Stream Stdin

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

Stdout Field

Documentation for this section has not yet been entered.

Syntax

public static System.IO.Stream Stdout

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

UseConsole Field

Documentation for this section has not yet been entered.

Syntax

public static bool UseConsole

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.9, 11.2.8.1

Write Method

Documentation for this section has not yet been entered.

Syntax

public static void Write (string str)

Parameters

str
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1

WriteLine Method

Documentation for this section has not yet been entered.

Syntax

public static void WriteLine (string str)

Parameters

str
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Utils
Assembly: dnu (in dnu.dll)
Assembly Versions: 11.2.7.8, 11.2.7.9, 11.2.8.1