Namespace: OpenEdge.Net.HTTP.Filter.Payload
Type: Class BinaryEntityWriter
Parent Classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MessageWriter
Implements: OpenEdge.Net.ISupportTransferEncoding


Copyright (c) 2015 by Progress Software Corporation. All rights reserved.
File:BinaryEntityWriter
Author(s):pjudge
Created:Thu Jan 29 10:47:13 EST 2015
Notes:- Write() operations are NOT destructive
/* Transfer encoding (eg base63 or binary or 7bit or 8bit etc ) used by the implementer



Method Summary
  Options Name Purpose
  Open () /** Opens the writer for output. Open/Close allows us to write the same message multiple times without requiring a new writer each time. */
  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
  BinaryEntityWriter ()

Property Summary
  Options Name Purpose
  CHARACTER TransferEncoding


Method Detail
Top

Open ()

Purpose: Opens the writer for output. Open/Close allows us to write the same message multiple
times without requiring a new writer each time.
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

BinaryEntityWriter ()



Property Detail
Top

CHARACTER TransferEncoding

Returns CHARACTER