Document compressiopn/decompression

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11239 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-10-24 16:46:51 +00:00
parent 5342a7ea5f
commit 36e6268f6c

View file

@ -116,6 +116,22 @@
<desc>
</desc>
</method>
<method type="BOOL">
<sel>useCompression</sel>
<desc>
On systems which support it, this method may be called after
a file handle has been initialised to turn on compression or
decompression of the data being written/read.<br />
Returns YES on success, NO on failure.<br />
Reasons for failure are - <br />
<list>
<item>Not supported/built in to GNUstep</item>
<item>File handle has been closed</item>
<item>File handle is open for both read and write</item>
<item>Failure in compression/decompression library</item>
</list>
</desc>
</method>
<method type="void">
<sel>waitForDataInBackgroundAndNotify</sel>
<desc>