A datastream allows you to read and write data to and from a databuffer in a stream-like way.
Extends: | |
Constructors: | |
Properties: | |
Inherited Properties: | |
Inherited Methods: |
|
Creates a datastream that wraps the specified databuffer.
The wrapped range of data begins at byte address offset and extends to the end of the buffer. Data outside this range will not be modified by any stream operations.
Creates a datastream that wraps the specified databuffer.
The wrapped range of data begins at byte address offset and extends for length bytes. Data outside of this range will not be modified by any stream operations.