Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
base64 Namespace Referenceholds some functions for encoding and decoding base64 data More...
Detailed Descriptionholds some functions for encoding and decoding base64 data Function Documentation
this lookup table defines the base64 encoding
decodes data into buf, which you need to provide the size of in len If buf is not large enough or data is malformed,
returns a pointer to a newly allocated region contained the binary data decoded from data If data is malformed Referenced by LoadSave::checkCreator(), and LoadSave::decodeInc().
returns the number of bytes which will be decoded from data Does not check data for correctness, just counts the fill characters at the end of the string
returns a string containing the base64 encoding of len bytes from buf Referenced by LoadSave::encodeInc(), EventLogger::logImage(), LoadSave::saveCreator(), SegCam::sendCloseConnectionPacket(), RawCam::sendCloseConnectionPacket(), DepthCam::sendCloseConnectionPacket(), and CameraStreamBehavior::sendSensors(). Variable Documentation
Initial value:
{ np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,62,np,np,np,63,52,53, 54,55,56,57,58,59,60,61,np,np, np,np,np,np,np, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14, 15,16,17,18,19,20,21,22,23,24, 25,np,np,np,np,np,np,26,27,28, 29,30,31,32,33,34,35,36,37,38, 39,40,41,42,43,44,45,46,47,48, 49,50,51,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np,np,np,np,np, np,np,np,np,np,np } Decode Table gives the index of any valid base64 character in the Base64 table]. 65 == A, 97 == a, 48 == 0, 43 == +, 47 == /
|
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:19 2016 by Doxygen 1.6.3 |