Re: [Vala] Write to file



Hello,

                  في ث، 27-12-2011 عند 15:53 +0200 ، كتب Denis Kuzmenok:
Hi.

Is there any method writing to files other than DataOutputStream ?

Why use DataOutputStream in the first place? You should be able to use
FileOutputStream.

Simple stdout.printf on
program >/path/file
is x2 faster then DataOutputStream on big files (in my program).

If you want something simpler, there is GLib.FileStream (in glib-2.0).

HTH,
Abderrahim




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]