Namespace:
OpenEdge.Core
Type:
Class
MemptrInputStream
Parent Classes:
Progress.IO.MemoryInputStream
OpenEdge.Core.MemptrInputStream
Inherits:
Progress.IO.MemoryInputStream
/* *************************************************************************************************************************
Copyright (c) 2019-2020 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:
MemptrInputStream
Description:
An InputStream implementation that holds data in-memory. This is
legacy code that now acts as a wrapper to the Progress.IO.MemoryInputStream
and should not be used
Author(s):
pjudge
Created:
2019-03-27
Notes:
* This should be replaced in 12.0.0+ with the Progress.IO.MemoryInputStream, for performance reasons
Constructor Summary
Options
Name
Purpose
MemptrInputStream (memptr)
MemptrInputStream (MemoryOutputStream)
Constructor Detail
Top
MemptrInputStream (memptr)
Parameters:
pData
MEMPTR
Top
MemptrInputStream (MemoryOutputStream)
Parameters:
pStream
Progress.IO.MemoryOutputStream