284
269
memcpy(m_window + m_current, m_window + start, length);
289
size_t Inflator::Put2(const byte *inString, size_t length, int messageEnd, bool blocking)
275
unsigned int Inflator::Put2(const byte *inString, unsigned int length, int messageEnd, bool blocking)
292
278
throw BlockingInputOnly("Inflator");