1#ifndef __DCL_TRANSFER_ENCODING_H__
2#define __DCL_TRANSFER_ENCODING_H__ 1
4#ifndef __DCL_CONFIG_H__
5#include <dcl/_Config.h>
7#ifndef __DCL_STRING_H__
28 static ByteString
encode(
const ByteString& _str);
35 static ByteString
decode(
const ByteString& _str);
43 static ByteString
encode(
const ByteString& _str);
50 static ByteString decode(
const ByteString& _str);
static ByteString encode(const ByteString &_str)
static ByteString decode(const ByteString &_str)
static ByteString encode(const ByteString &_str)