FileWriter class

A writer class.

Constructors

FileWriter(File _file, {dynamic overwrite = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
isOpen bool
no setter
randomAccessFile RandomAccessFile
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(List<int> buffer) Future<void>
putBuffer(LByteBuffer buffer) Future<void>
putDouble64(double value, [Endian endian = Endian.big]) Future<void>
putInt32(int value, [Endian endian = Endian.big]) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited