StreamerInitialization
Overview
The StreamInitialization enum represents the mode in which DataStreamer should interact with its source object.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract
Value | Description |
---|---|
None | data streamer is not initialized. |
Read | data streamer is initialized to read from the source without changing its current position. |
ReadFromBeginning | data streamer is initialized to read the source from the beginning. |
Write | data streamer is initialized to write to the source without changing its current position. |