mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
5342a7ea5f
commit
36e6268f6c
1 changed files with 16 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue