Re: [Vala] Write to file
- From: Antono Vasiljev <self antono info>
- To: Denis Kuzmenok <forward_ua ukr net>
- Cc: Vala List <vala-list gnome org>
- Subject: Re: [Vala] Write to file
- Date: Thu, 29 Dec 2011 21:00:25 +0300
On Wed, 2011-12-28 at 10:12 +0200, Denis Kuzmenok wrote:
Adding BufferedOutputStream did the trick)
var fstream = file.create (FileCreateFlags.NONE);
var dos = new DataOutputStream (new BufferedOutputStream.sized (fstream, 65536));
Wish it was documented somewhere in Samples/Docs :(
You can add this wisdom to wiki now :)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]