tstream.h File Reference
#include <stdio.h>
Include dependency graph for tstream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  TStream
 
class  TFileStream
 

Enumerations

enum  TSeekOrigin { soFromBeginning, soFromCurrent, soFromEnd }
 
enum  FileMode { fmRead, fmWrite, fmReadWrite }
 

Detailed Description

  • a stream I/O interface without implementation.

This file is included to allow compiling relevent functions that uses Borland VCL's TStream class for abstract I/O purposes.