Function BufferedStream.sync
Flushes and releases all buffers and updates the buffer size.
void sync();
This forces the buffered view of the source stream to be in sync with the actual source stream.
Flushes and releases all buffers and updates the buffer size.
void sync();
This forces the buffered view of the source stream to be in sync with the actual source stream.