Forum Navigation
DataFileInput: Tango Issue 0.9.8
Posted: 03/20/09 18:44:42Hi Everybody
latetely I upgraded to the recent trunk version of Tango. No I'm struggling with the new DataFileInput? module in order to set a buffer size I need. In Tango v0.9.7 you could set the buffer size of a seekable stream with the second parameter.
1. Tango 0.9.7
auto data = new DataFileInput?(file, buffer_size);2. Tango Trunk
auto data = new DataFileInput?(file);In the latest trunk version this isnt possible anymore. Now I'm receiving this error indicating that the buffer is too small:
BufferedInput?.next :: input buffer is full
tango.core.Exception.IOException: BufferedInput?.next :: input buffer is full
Does anybody knows how to increase the buffer size of DataFileInput? with the latest version of tango from the trunk (0.9.8)?
Cheers.