4#ifndef RUDIMENTS_ICONVERT_H
5#define RUDIMENTS_ICONVERT_H
7#include <rudiments/private/iconvertincludes.h>
153 #include <rudiments/private/iconvert.h>
void setToEncoding(const char *fromencoding)
const byte_t * getFromBuffer()
const char * getFromEncoding()
const char * getToEncoding()
void setToBufferSize(size_t buffersize)
size_t getToBufferRemaining()
const byte_t * getToBufferPosition()
size_t getFromBufferSize()
const byte_t * getFromBufferPosition()
void setFromEncoding(const char *fromencoding)
static uint16_t getMaxMultiByteSize()
void setFromBufferSize(size_t buffersize)
static bool getNeedsMutex()
size_t getFromBufferRemaining()
void setToBuffer(byte_t *buffer)
void setFromBuffer(const byte_t *buffer)
iconvert & operator=(iconvert &i)