Reads from a MemoryInputStream object into a CHARACTER, LONGCHAR, or MEMPTR and returns the number of bytes read.
Return type: INT64
Access: PUBLIC
Applies to: Progress.IO.MemoryInputStream class
Read(INPUT pmData AS MEMPTR) Read(INPUT pmData AS MEMPTR, INPUT offset AS INT64, INPUT len AS INT64) Read(INPUT delimiter AS CHARACTER, OUTPUT lcData AS LONGCHAR) Read(INPUT delimiter AS CHARACTER, OUTPUT cData AS CHARACTER) |