Shadowrun: Awakened 29 September 2011 - Build 871
Namespaces | Functions
Base64.hpp File Reference
#include <cat/Platform.hpp>
#include <ostream>
Include dependency graph for Base64.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cat

Functions

int cat::GetBase64LengthFromBinaryLength (int bytes)
int cat::GetBinaryLengthFromBase64Length (const char *encoded_buffer, int bytes)
int cat::ReadBase64 (const char *encoded_buffer, int encoded_bytes, std::ostream &output)
int cat::ReadBase64 (const char *encoded_buffer, int encoded_bytes, void *decoded_buffer, int decoded_bytes)
int cat::WriteBase64 (const void *buffer, int bytes, std::ostream &output)
int cat::WriteBase64 (const void *buffer, int bytes, char *encoded_buffer, int encoded_bytes)
int cat::WriteBase64Str (const void *buffer, int bytes, char *encoded_buffer, int encoded_bytes)

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net