DataInterfaceStream
Get
return the data stored in the DataInterfaceStream
Calling Sequence
Parameters
Description
Examples
stream:-Get( )
stream
-
DataInterfaceStream module
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.
[ 1..127 1-D Array ]
[ datatype= integer[1] ]
[ storage= rectangular ]
[ order=C_order] ]
[ 1..112 1-D Array ]
[ Data Type: integer[1] ]
[ Storage: rectangular ]
[ Order: C_order ]
See Also
Database
Database[DataInterfaceStream]
Database[DataInterfaceStream][Read]
Database[DataInterfaceStream][Type]
Database[usage]
Download Help Document