InputStream.h
上传用户:kx_jwh
上传日期:2021-09-03
资源大小:76k
文件大小:0k
源码类别:

STL

开发平台:

Visual C++

  1. /* vim: set tabstop=4 : */
  2. #ifndef __febird_io_InputStream_h__
  3. #define __febird_io_InputStream_h__
  4. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  5. # pragma once
  6. #endif
  7. #include "IOException.h"
  8. #include "IStream.h"
  9. #include "FileStream.h"
  10. #include "MemStream.h"
  11. #endif