visfileio.cpp

来自「microsoft vision source code」· C++ 代码 · 共 16 行

CPP
16
字号
///////////////////////////////////////////////////////////////////////////
//
// @doc INTERNAL EXTERNAL VISFILEIO
//
// @module VisFileIO.cpp |
//
// This file contains the implementation for the CVisImage Class
// file input/output methods.  After finding the appropriate handler
// based on extension or file type (in the fd structure), the file
// is optionally opened for reading or writing, and then the handler's
// read/write methods are invoked.  The reading routine allocates
// the necessary storage if none exists.
//
// <nl>
//
// Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?