Torque3D Documentation / _generateds / rapidjson::FileStream

rapidjson::FileStream

Engine/source/persistence/rapidjson/filestream.h

(Depreciated) Wrapper of C file stream for input or output.

More...

Public Types

char
Ch 

Character type. Only support char.

Private Attributes

size_t
char
FILE *

Public Functions

FileStream(FILE * fp)
char
Peek()
Put(char c)
char *
size_t
PutEnd(char * )
char
Take()
size_t
Tell()

Private Functions

Detailed Description

(Depreciated) Wrapper of C file stream for input or output.

This simple wrapper does not check the validity of the stream.

Deprecated:

{ This was only for basic testing in version 0.1, it is found that the performance is very low by using fgetc(). Use FileReadStream instead. }

Public Types

typedef char Ch 

Character type. Only support char.

Private Attributes

size_t count_ 
char current_ 
FILE * fp_ 

Public Functions

FileStream(FILE * fp)

Flush()

Peek()

Put(char c)

PutBegin()

PutEnd(char * )

Take()

Tell()

Private Functions

Read()