SolFSStream class
Overview
Use this class to read and write files within SolFSStorage.
SolFSStream is a descendant of TStream in Delphi/C++Builder edition.
SolFSStream is a descendant of Stream in .NET edition.
Description
Use SolFSStream to read/write individual files within SolFSStorage. SolFSStream provides the same interface as Stream does, but includes additional parameters needed to allocate the file in SolFSStorage.
Properties
CanReadCanSeek
CanWrite
FileSize
Length
Position
Size
Methods
Constructor
Close
Flush
Read
ReadWithSeek
Seek
SetLength
Tell
Write
WriteWithSeek
See also
Storage class DLL functions list
Got questions or comments about this topic? Tell us about them.

