RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMemoryStream Methods

The methods of the TCustomMemoryStream class are listed here.

 
Name 
Description 
 
Replaces the memory buffer associated with the memory stream. 
 
Name 
Description 
 
Read 
Reads up to Count bytes from the memory stream into Buffer and advances the current position of the stream by the number of bytes read. 
 
Writes the entire contents of the memory stream to the file with a given file name. 
 
Writes the entire contents of the memory stream to the stream object specified by Stream
 
Seek 
Moves the current position of the stream by Offset bytes, relative to the origin specified by Origin. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!