Namespace: Consultingwerk
Class 
DefaultOutputStream Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.IOutputStream

File:DefaultOutputStream
Purpose:Output stream using the DEFAULT OUTPUT (stdio for
batch clients) as the output destination
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Mar 07 22:11:30 CET 2013
Purpose: Writes text to the output destination
Notes:



Top Method Summary
Options Name Purpose
+ INT64 Write (character) Writes text to the output destination
+ WriteLine (character) Writes text to the output destination and terminates it with a line break


Method Detail
Top

PUBLIC INT64 Write (character)

Purpose: Writes text to the output destination
Notes:

Parameters:
pcText CHARACTER
The text for the output
Returns INT64
The actual number of bytes written to the output stream
Top

PUBLIC WriteLine (character)

Purpose: Writes text to the output destination and terminates it with a
line break
Notes:

Parameters:
pcText CHARACTER
The text for the output


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:05