Namespace: OpenEdge.Net.HTTP.Filter.Payload
Class
StringEntityWriter
Parent classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MessageWriter
Implements: OpenEdge.Net.ISupportEncoding

Copyright (c) 2015 by Progress Software Corporation. All rights reserved.
File:StringEntityWriter
Author(s):pjudge
Created:Thu Jan 29 10:47:13 EST 2015
Notes:- Write() operations are destructive (they replace the existing
Entity).




Method Summary
Options Name Purpose
INT64 Write (character) /** Write data to/from the message @param character Data to write */
INT64 Write (longchar)
INT64 Write (memptr)
INT64 Write (Object)

Constructor Summary
Options Name Purpose
StringEntityWriter ()

Property Summary
Options Name Purpose
CHARACTER Encoding /* Content encoding (eg utf-8) used used by this writer */


Method Detail
Top

INT64 Write (character)

Purpose: Write data to/from the message
Parameters:
pcData CHARACTER
Returns INT64
Top

INT64 Write (longchar)

Parameters:
pcData LONGCHAR
Returns INT64
Top

INT64 Write (memptr)

Parameters:
pmData OpenEdge.Core.Memptr
Returns INT64
Top

INT64 Write (Object)

Parameters:
poData Progress.Lang.Object
Returns INT64


Constructor Detail
Top

StringEntityWriter ()



Property Detail
Top

CHARACTER Encoding

/* Content encoding (eg utf-8) used used by this writer
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7