MySQL 8.4.0
Source Code Documentation
basic_istream.h File Reference
#include "my_inttypes.h"
#include "my_io.h"
#include "my_sys.h"

Go to the source code of this file.

Classes

class  Basic_istream
 The abstract class for basic byte input streams which provides read operations. More...
 
class  Basic_seekable_istream
 The abstract class for seekable input streams which have fixed length and provide seek operation. More...
 
class  IO_CACHE_istream
 A file input stream based on IO_CACHE class. More...
 
class  Stdin_istream
 A stdin input stream based on IO_CACHE. More...