dart / 1.24.3 / dart-io / randomaccessfile / writestring.html /

writeString abstract method

Future< RandomAccessFile> writeString( String string, { Encoding encoding: UTF8 })

Writes a string to the file using the given Encoding. Returns a Future<RandomAccessFile> that completes with this RandomAccessFile when the write completes.

Source

Future<RandomAccessFile> writeString(String string,
    {Encoding encoding: UTF8});

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/RandomAccessFile/writeString.html