Documentation regeneration and XML parsing fixes/updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-04-25 14:19:57 +00:00
parent 5dbf5144be
commit 0a86bba7b0
84 changed files with 2028 additions and 1677 deletions

View file

@ -2,9 +2,9 @@
<title>NSFileHandle</title>
</head>
<body>
<a href ="NSException.html">[Previous]</a>
<a href ="Base.html">[Up]</a>
<a href ="NSFileManager.html">[Next]</a>
<a href ="NSException.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSFileManager.html">[Next] </a>
<h1>NSFileHandle</h1>
<h3>Authors </h3>
<dl>
@ -27,27 +27,27 @@
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSFileHandle.html#method-0">-acceptConnectionInBackgroundAndNotify</a>
<li><a href ="NSFileHandle.html#method-1">-acceptConnectionInBackgroundAndNotifyForModes:</a>
<li><a href ="NSFileHandle.html#method-2">-availableData</a>
<li><a href ="NSFileHandle.html#method-3">-closeFile</a>
<li><a href ="NSFileHandle.html#method-4">-fileDescriptor</a>
<li><a href ="NSFileHandle.html#method-6">-initWithFileDescriptor:</a>
<li><a href ="NSFileHandle.html#method-5">-initWithFileDescriptor:</a>
<li><a href ="NSFileHandle.html#method-7">-offsetInFile</a>
<li><a href ="NSFileHandle.html#method-8">-readDataOfLength:</a>
<li><a href ="NSFileHandle.html#method-9">-readDataToEndFile</a>
<li><a href ="NSFileHandle.html#method-10">-readInBackgroundAndNotify</a>
<li><a href ="NSFileHandle.html#method-11">-readInBackgroundAndNotifyForModes:</a>
<li><a href ="NSFileHandle.html#method-12">-readToEndOfFileInBackgroundAndNotify</a>
<li><a href ="NSFileHandle.html#method-13">-readToEndOfFileInBackgroundAndNotifyForModes:</a>
<li><a href ="NSFileHandle.html#method-14">-seekToEndOfFile</a>
<li><a href ="NSFileHandle.html#method-15">-seekToFileOffset:</a>
<li><a href ="NSFileHandle.html#method-16">-synchronizeFile</a>
<li><a href ="NSFileHandle.html#method-17">-truncateFileAtOffset:</a>
<li><a href ="NSFileHandle.html#method-18">-waitForDataInBackgroundAndNotify</a>
<li><a href ="NSFileHandle.html#method-19">-waitForDataInBackgroundAndNotifyForModes:</a>
<li><a href ="NSFileHandle.html#method-20">-writeData:</a>
<li ><a href ="NSFileHandle.html#method-0">-acceptConnectionInBackgroundAndNotify</a>
<li ><a href ="NSFileHandle.html#method-1">-acceptConnectionInBackgroundAndNotifyForModes:</a>
<li ><a href ="NSFileHandle.html#method-2">-availableData</a>
<li ><a href ="NSFileHandle.html#method-3">-closeFile</a>
<li ><a href ="NSFileHandle.html#method-4">-fileDescriptor</a>
<li ><a href ="NSFileHandle.html#method-6">-initWithFileDescriptor:</a>
<li ><a href ="NSFileHandle.html#method-5">-initWithFileDescriptor:</a>
<li ><a href ="NSFileHandle.html#method-7">-offsetInFile</a>
<li ><a href ="NSFileHandle.html#method-8">-readDataOfLength:</a>
<li ><a href ="NSFileHandle.html#method-9">-readDataToEndFile</a>
<li ><a href ="NSFileHandle.html#method-10">-readInBackgroundAndNotify</a>
<li ><a href ="NSFileHandle.html#method-11">-readInBackgroundAndNotifyForModes:</a>
<li ><a href ="NSFileHandle.html#method-12">-readToEndOfFileInBackgroundAndNotify</a>
<li ><a href ="NSFileHandle.html#method-13">-readToEndOfFileInBackgroundAndNotifyForModes:</a>
<li ><a href ="NSFileHandle.html#method-14">-seekToEndOfFile</a>
<li ><a href ="NSFileHandle.html#method-15">-seekToFileOffset:</a>
<li ><a href ="NSFileHandle.html#method-16">-synchronizeFile</a>
<li ><a href ="NSFileHandle.html#method-17">-truncateFileAtOffset:</a>
<li ><a href ="NSFileHandle.html#method-18">-waitForDataInBackgroundAndNotify</a>
<li ><a href ="NSFileHandle.html#method-19">-waitForDataInBackgroundAndNotifyForModes:</a>
<li ><a href ="NSFileHandle.html#method-20">-writeData:</a>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">acceptConnectionInBackgroundAndNotify</a></h3>