RAD Studio VCL Reference
ContentsIndex
TCustomMemoryStream Methods Public Methods
Public Methods
 
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) 2008 CodeGear(TM). All Rights Reserved.