libs-base/Documentation/gsdoc/NSFileHandle.html
CaS 0a86bba7b0 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
2001-04-25 14:19:57 +00:00

160 lines
5.1 KiB
HTML

<html><head>
<title>NSFileHandle</title>
</head>
<body>
<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>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSFileHandle</a></h2>
<h2><a name ="NSFileHandle">NSFileHandle</a></h2>
<p><b>Declared in: </b> Foundation/NSFileHandle.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSObject
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</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>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">acceptConnectionInBackgroundAndNotify</a></h3>
- (void) <b>acceptConnectionInBackgroundAndNotify</b>;<br>
<hr>
<h3><a name ="method-1">acceptConnectionInBackgroundAndNotifyForModes:</a></h3>
- (void) <b>acceptConnectionInBackgroundAndNotifyForModes:</b> (NSArray*)modes;<br>
<hr>
<h3><a name ="method-2">availableData</a></h3>
- (NSData*) <b>availableData</b>;<br>
<hr>
<h3><a name ="method-3">closeFile</a></h3>
- (void) <b>closeFile</b>;<br>
<hr>
<h3><a name ="method-4">fileDescriptor</a></h3>
- (int) <b>fileDescriptor</b>;<br>
<hr>
<h3><a name ="method-5">initWithFileDescriptor:</a></h3>
- (id) <b>initWithFileDescriptor:</b> (int)fileDescriptor;<br>
<hr>
<h3><a name ="method-6">initWithFileDescriptor:</a></h3>
- (id) <b>initWithFileDescriptor:</b> (int)fileDescriptor;<br>
<hr>
<h3><a name ="method-7">offsetInFile</a></h3>
- (unsigned long long) <b>offsetInFile</b>;<br>
<hr>
<h3><a name ="method-8">readDataOfLength:</a></h3>
- (NSData*) <b>readDataOfLength:</b> (unsigned int)length;<br>
<hr>
<h3><a name ="method-9">readDataToEndFile</a></h3>
- (NSData*) <b>readDataToEndFile</b>;<br>
<hr>
<h3><a name ="method-10">readInBackgroundAndNotify</a></h3>
- (void) <b>readInBackgroundAndNotify</b>;<br>
<hr>
<h3><a name ="method-11">readInBackgroundAndNotifyForModes:</a></h3>
- (void) <b>readInBackgroundAndNotifyForModes:</b> (NSArray*)modes;<br>
<hr>
<h3><a name ="method-12">readToEndOfFileInBackgroundAndNotify</a></h3>
- (void) <b>readToEndOfFileInBackgroundAndNotify</b>;<br>
<hr>
<h3><a name ="method-13">readToEndOfFileInBackgroundAndNotifyForModes:</a></h3>
- (void) <b>readToEndOfFileInBackgroundAndNotifyForModes:</b> (NSArray*)modes;<br>
<hr>
<h3><a name ="method-14">seekToEndOfFile</a></h3>
- (unsigned long long) <b>seekToEndOfFile</b>;<br>
<hr>
<h3><a name ="method-15">seekToFileOffset:</a></h3>
- (void) <b>seekToFileOffset:</b> (unsigned long long)offset;<br>
<hr>
<h3><a name ="method-16">synchronizeFile</a></h3>
- (void) <b>synchronizeFile</b>;<br>
<hr>
<h3><a name ="method-17">truncateFileAtOffset:</a></h3>
- (void) <b>truncateFileAtOffset:</b> (unsigned long long)offset;<br>
<hr>
<h3><a name ="method-18">waitForDataInBackgroundAndNotify</a></h3>
- (void) <b>waitForDataInBackgroundAndNotify</b>;<br>
<hr>
<h3><a name ="method-19">waitForDataInBackgroundAndNotifyForModes:</a></h3>
- (void) <b>waitForDataInBackgroundAndNotifyForModes:</b> (NSArray*)modes;<br>
<hr>
<h3><a name ="method-20">writeData:</a></h3>
- (void) <b>writeData:</b> (NSData*)data;<br>
<hr>
</body>
</html>