webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
(Deprecated) Wrapper of C file stream for input or output. More...
#include <filestream.h>
Public Types | |
typedef char | Ch |
Character type. Only support char. More... | |
Public Member Functions | |
FileStream (std::FILE *fp) | |
char | Peek () const |
char | Take () |
size_t | Tell () const |
void | Put (char c) |
void | Flush () |
char * | PutBegin () |
size_t | PutEnd (char *) |
(Deprecated) Wrapper of C file stream for input or output.
This simple wrapper does not check the validity of the stream.
typedef char FileStream::Ch |
Character type. Only support char.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |