fbxsdk/fileio/fbxbase64coder.h Source File
         
    
Go to the documentation of this file.
   13 #ifndef _FBXSDK_FILEIO_BASE64CODER_H_ 
   14 #define _FBXSDK_FILEIO_BASE64CODER_H_ 
   32     int Decode(
const void* pInBuffer, 
int pInSize, 
void* pOutBuffer, 
int pOutSize);
 
   39     int Decode(
const char* pInBuffer, 
void* pOutBuffer, 
int pOutSize);
 
   52     int Encode(
const void* pInBuffer, 
int pInSize, 
void* pOutBuffer, 
int pOutSize);
 
   59     int Encode(
const void* pInBuffer, 
int pInSize, 
FbxString& pOutBuffer);
 
FBX SDK environment definition. 
 
This class decodes Base64 encoded data. 
 
Utility class to manipulate strings. 
 
This class encodes data in the Base64 format.