LRAUV
revA
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Encoder.h
Go to the documentation of this file.
1
/*
2
* Base64.h
3
*
4
* Created on: Sep 9, 2013
5
* Author: godin
6
*/
7
8
#ifndef ENCODER_H_
9
#define ENCODER_H_
10
11
#include <sys/types.h>
12
13
class
Encoder
14
{
15
16
public
:
17
18
static
size_t
UrlEncode
(
char
const
*src,
size_t
srclength,
char
*target,
size_t
targsize );
19
static
size_t
UrlDecode
(
char
const
*src,
char
*target,
size_t
targsize );
20
21
protected
:
22
23
static
const
char
HEX
[];
24
};
25
26
#endif
/* ENCODER_H_ */
Encoder::UrlEncode
static size_t UrlEncode(char const *src, size_t srclength, char *target, size_t targsize)
Definition:
Encoder.cpp:7
Encoder
Definition:
Encoder.h:13
Encoder::HEX
static const char HEX[]
Definition:
Encoder.h:23
Encoder::UrlDecode
static size_t UrlDecode(char const *src, char *target, size_t targsize)
Definition:
Encoder.cpp:42
Source
utils
Encoder.h
Generated on Wed Nov 2 2016 08:29:49 for LRAUV by
1.8.9.1