Namespace: OpenEdge.Core.Util
Class
JsonOutputStream
Parent classes:
Progress.IO.OutputStream

Inherits: Progress.IO.OutputStream

/* *************************************************************************************************************************
Copyright (c) 2018 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:MemoryOutputStream
Author(s):pjudge
Created:2018-05-07
/* The JSON data that is created from this data target




Method Summary
Options Name Purpose
INT64 Write (character)
INT64 Write (longchar)
INT64 Write (memptr)
INT64 Write (memptr, int64, int64)

Constructor Summary
Options Name Purpose
JsonOutputStream () /* Default constructor */

Property Summary
Options Name Purpose
Progress.Json.ObjectModel.JsonObject Data


Method Detail
Top

PUBLIC INT64 Write (character)

Parameters:
pData CHARACTER
Returns INT64
Top

PUBLIC INT64 Write (longchar)

Parameters:
pData LONGCHAR
Returns INT64
Top

PUBLIC INT64 Write (memptr)

Parameters:
pData MEMPTR
Returns INT64
Top

PUBLIC INT64 Write (memptr, int64, int64)

Parameters:
pData MEMPTR
pSkip INT64
pBytes INT64
Returns INT64


Constructor Detail
Top

PUBLIC JsonOutputStream ()

/* Default constructor


Property Detail
Top

PUBLIC Progress.Json.ObjectModel.JsonObject Data

Returns Progress.Json.ObjectModel.JsonObject


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0