Dart Tcp, Daemon, Udp Controls
DartStream Object Members
Overview 
Public Methods
Public Method ClearClear the stream.
Public Method ReadRead one or more bytes from the stream. Reading starts at the Position property. Set Position to change the position.
Public Method ReadBytesReturn data from the current position as a Byte Array. Reading starts at the Position property. Set Position to change the position.
Public Method ReadStringReturn data from the current position as a String. Reading starts at the Position property. Set Position to change the position.
Public Method WriteWrite one or more bytes to the stream. Writing starts at the Position property. Set Position to change the position.
Public Properties
Public Property DeleteOnDestroySpecifies if the corresponding file should be deleted when the object is destroyed.
Public Property FileModeHow the file is to be created or opened.
Public Property FileNameIntended name of the file.
Public Property PositionCurrent byte position in the stream.
Public Property PositionHighCurrent byte position in the stream. Used only when the current position is greater than 2^31 (2147483648).
Public Property RefStores a reference to another object, data type, or value.
Public Property SizeSize of the stream in bytes.
Public Property SizeHighSize of the stream in bytes. Used only when the size is 2^31 (2147483648).
Public Property UniqueNameName of the file currently open.
See Also

DartStream Object


PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic