flush_pending() private method

private flush_pending ( ) : void
return void
Example #1
0
 internal void flush_block_only(bool eof)
 {
     _tr_flush_block((block_start >= 0) ? block_start : (-1), strstart - block_start, eof);
     block_start = strstart;
     _codec.flush_pending();
 }