flush
Description:
public size_t flush (
string inbuf,
size_t inlen,
string outbuf)
Completes the incremental encode or decode of the input stream (see step for
details).
Parameters:
this |
a Encoding
|
inbuf |
an input buffer to encode or decode
|
inlen |
input buffer length
|
outbuf |
an output buffer
|
Returns:
the number of bytes written to outbuf .
|