IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.TempFileStream Class Reference

Temporary file stream. Based on a temporary file proveded by the system, which is automatically closed when the stream is closed. More...

+ Inheritance diagram for IG.Lib.TempFileStream:
+ Collaboration diagram for IG.Lib.TempFileStream:

Public Member Functions

 TempFileStream ()
 
 TempFileStream (FileAccess access)
 
 TempFileStream (FileAccess access, FileShare share)
 
 TempFileStream (FileAccess access, FileShare share, int bufferSize)
 

Detailed Description

Temporary file stream. Based on a temporary file proveded by the system, which is automatically closed when the stream is closed.

Constructor & Destructor Documentation

IG.Lib.TempFileStream.TempFileStream ( )
inline
IG.Lib.TempFileStream.TempFileStream ( FileAccess  access)
inline
IG.Lib.TempFileStream.TempFileStream ( FileAccess  access,
FileShare  share 
)
inline
IG.Lib.TempFileStream.TempFileStream ( FileAccess  access,
FileShare  share,
int  bufferSize 
)
inline

The documentation for this class was generated from the following file: