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

File:LongcharOutputStream
Purpose:Output Stream with a LONGCHAR variables as the output
destination
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Mar 07 22:11:30 CET 2013



Top Method Summary
Options Name Purpose
+ LONGCHAR GetLongchar () Returns the current longchar data
+ Reset () Resets the stream by deleting the stored LONGCHAR data
+ Reset (character) Resets the stream by deleting the stored LONGCHAR data and sets the stream code page
+ 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 LONGCHAR GetLongchar ()

Purpose: Returns the current longchar data
Notes:

Returns LONGCHAR
The current longchar data
Top

PUBLIC Reset ()

Purpose: Resets the stream by deleting the stored LONGCHAR data
Notes:

Top

PUBLIC Reset (character)

Purpose: Resets the stream by deleting the stored LONGCHAR data and sets the
stream code page
Notes:

Parameters:
pcCodepage CHARACTER
The codepage to use for the stream data
Top

PUBLIC Write (character)

Purpose: Writes text to the output destination
Notes:

Parameters:
pcText CHARACTER
The text for the output
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-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:29:27