mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Small documentation improvement.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4ebc9116fa
commit
5ffe2250da
3 changed files with 24 additions and 7 deletions
|
@ -3325,9 +3325,6 @@ static NSCharacterSet *tokenSet = nil;
|
|||
return charset;
|
||||
}
|
||||
|
||||
/**
|
||||
* Decode the source data from base64 encoding and return the result.
|
||||
*/
|
||||
+ (NSData*) decodeBase64: (NSData*)source
|
||||
{
|
||||
int length;
|
||||
|
@ -3460,9 +3457,6 @@ static NSCharacterSet *tokenSet = nil;
|
|||
return doc;
|
||||
}
|
||||
|
||||
/**
|
||||
* Encode the source data to base64 encoding and return the result.
|
||||
*/
|
||||
+ (NSData*) encodeBase64: (NSData*)source
|
||||
{
|
||||
int length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue