📄 files4.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style><!--
body,table {font-family:"宋体"; font-size: 9pt; line-height:11pt;}
a {text-decoration:none} a:hover {color:red;text-decoration:underline}
--></style>
<title>文件处理类4</title>
</head>
<body link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<table border="0" width="100%" cellspacing="4" cellpadding="6">
<tr>
<td width="100%" bgcolor="#336699"><font color="#FFFFFF">文件处理函数,共八页。</font><a
href="files1.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files1.htm"><font color="#FFFF00">第一页</font></a><font color="#FFFFFF">,</font><a
href="files2.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files2.htm"><font color="#FFFF00">第二页</font></a><font color="#FFFFFF">,</font><a
href="files3.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files3.htm"><font color="#FFFF00">第三页</font></a><font color="#FFFFFF">,第四页,</font><a
href="files5.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files5.htm"><font color="#FFFF00">第五页</font></a><font color="#FFFFFF">,</font><a
href="files6.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files6.htm"><font color="#FFFF00">第六页</font></a><font color="#FFFFFF">,</font><a
href="files7.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files7.htm"><font color="#FFFF00">第七页</font></a><font color="#FFFFFF">,</font><a
href="files8.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files8.htm"><font color="#FFFF00">第八页</font></a></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="3" cellpadding="2">
<tr>
<td width="25%" bgcolor="#efefda"><a href="hwrite.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/hwrite.htm">hwrite</a></td>
<td width="75%" bgcolor="#efefda">参考<a href="lwrite.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/lwrite.htm">lwrite</a>函数</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="lclose.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/lclose.htm">lclose</a></td>
<td width="75%" bgcolor="#efefda">关闭指定的文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="lcreat.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/lcreat.htm">lcreat</a></td>
<td width="75%" bgcolor="#efefda">创建一个文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="llseek.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/llseek.htm">llseek</a></td>
<td width="75%" bgcolor="#efefda">设置文件中进行读写的当前位置</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LockFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LockFile.htm">LockFile</a></td>
<td width="75%" bgcolor="#efefda">锁定文件的某一部分,使其不与其他应用程序共享</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LockFileEx.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LockFileEx.htm">LockFileEx</a></td>
<td width="75%" bgcolor="#efefda">与<a href="LockFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LockFile.htm">LockFile</a>相似,只是它提供了更多的功能</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="lopen.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/lopen.htm">lopen</a></td>
<td width="75%" bgcolor="#efefda">以二进制模式打开指定的文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="lread.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/lread.htm">lread</a></td>
<td width="75%" bgcolor="#efefda">将文件中的数据读入内存缓冲区</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="lwrite.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/lwrite.htm">lwrite</a></td>
<td width="75%" bgcolor="#efefda">将数据从内存缓冲区写入一个文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LZClose.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LZClose.htm">LZClose</a></td>
<td width="75%" bgcolor="#efefda">关闭由LZOpenFile 或 LZInit函数打开的一个文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LZCopy.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LZCopy.htm">LZCopy</a></td>
<td width="75%" bgcolor="#efefda">复制一个文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LZInit.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LZInit.htm">LZInit</a></td>
<td width="75%" bgcolor="#efefda">这个函数用于初始化内部缓冲区</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LZOpenFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LZOpenFile.htm">LZOpenFile</a></td>
<td width="75%" bgcolor="#efefda">该函数能执行大量不同的文件处理,而且兼容于压缩文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LZRead.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LZRead.htm">LZRead</a></td>
<td width="75%" bgcolor="#efefda">将数据从文件读入内存缓冲区</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="LZSeek.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/LZSeek.htm">LZSeek</a></td>
<td width="75%" bgcolor="#efefda">设置一个文件中进行读写的当前位置</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="MapViewOfFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/MapViewOfFile.htm">MapViewOfFile</a></td>
<td width="75%" bgcolor="#efefda">将一个文件映射对象映射到当前应用程序的地址空间</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -