DataInterfaceStream:-Get - return the data stored in the DataInterfaceStream
|
Calling Sequence
|
|
stream:-Get( )
|
|
Parameters
|
|
stream
|
-
|
DataInterfaceStream module
|
|
|
|
|
Description
|
|
•
|
Get returns the remainder of the data stored in stream. If no data has been accessed with Read or Skip then Get returns the entire element.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
[ 1..127 1-D Array ]
|
[ datatype= integer[1] ]
|
[ storage= rectangular ]
|
[ order=C_order] ]
|
|
|
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
[ 1..112 1-D Array ]
|
[ Data Type: integer[1] ]
|
[ Storage: rectangular ]
|
[ Order: C_order ]
|
|
|
|
|
Download Help Document
Was this information helpful?