IO class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
fileLineReader(String path, [Conveyor<From<UnmodifiableListView<int>>, String>? _decoder, int chunkBytes = 4096])
→ Conveyor<Free<IOOp, dynamic>, String>
-
-
fileReader(String path, [int chunkBytes = 4096])
→ Conveyor<Free<IOOp, dynamic>, UnmodifiableListView<int>>
-
-
fileStringWriter(String path, [Conveyor<From<String>, IList<int>>? _encoder, int bufferCount = 100])
→ Function1<Conveyor<Free<IOOp, dynamic>, String>, Conveyor<Free<IOOp, dynamic>, Unit>>
-
-
fileWriter(String path)
→ Conveyor<Free<IOOp, dynamic>, SinkF<Free<IOOp, dynamic>, IList<int>>>
-
-
stdoutPeeker<A>()
→ Conveyor<Free<IOOp, dynamic>, ChannelF<Free<IOOp, dynamic>, A, A>>
-