Re: [Vala] Write to file
- From: Abderrahim Kitouni <a kitouni gmail com>
- To: Denis Kuzmenok <forward_ua ukr net>
- Cc: Vala List <vala-list gnome org>
- Subject: Re: [Vala] Write to file
- Date: Tue, 27 Dec 2011 22:11:04 +0100
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]