3 #ifndef INCLUDE_NN_NLIB_BASE64INPUTSTREAM_H_
4 #define INCLUDE_NN_NLIB_BASE64INPUTSTREAM_H_
16 Base64InputTransform();
22 virtual errno_t OnClose() NLIB_OVERRIDE;
25 unsigned char m_DropBuf[4];
28 unsigned char m_Buf[192];
45 #endif // INCLUDE_NN_NLIB_BASE64INPUTSTREAM_H_
#define NLIB_FINAL
Defines final if it is available for use. If not, holds an empty string.
#define NLIB_DISALLOW_COPY_AND_ASSIGN(TypeName)
Prohibits use of the copy constructor and assignment operator for the class specified by TypeName...
#define NLIB_OVERRIDE
Defines override if it is available for use. If not, holds an empty string.