Programming Reference Manual
 
Syntax
 
object.Position
 
Description
Current byte position in the stream.
 
Part
Description
object
Evaluates to a DartStream object.
 

Data Type

Long

Remarks

The Read and Write methods use this starting position. This property can be set to any value between 0 and Size. Position is initialized to 0 when the buffer is empty.
 
See Also