Dart Tcp, Daemon, Udp Controls
DartStream Object Members
Overview 
Public Methods
Public Method ClearClear the buffer of all data.
Public Method ReadRead one or more bytes from the stream. Reading starts at Position.
Public Method ReadBytesReturn data from the current position as a Byte Array. Reading starts at Position.
Public Method ReadStringReturn data from the current position as a String. Reading starts at Position.
Public Method WriteWrite one or more bytes to the stream. Writing starts at Position.
Public Properties
Public Property DeleteOnDestroyRemove associated file when object is destroyed.
Public Property FileModeSpecifies how the file is to be created or opened.
Public Property FileNameIntended name or name of a 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 UniqueNameFilename of open file.
See Also

DartStream Object


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