info.fingo.spata.io.Writer$.Plain
Writer which executes I/O operations on current thread, without context (thread) shifting.
Type parameters
-
F
-
the effect type, with type class providing support for delayed execution (typically cats.effect.IO) and logging (provided internally by spata)
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Writes CSV to destination OutputStream.
Writes CSV to destination OutputStream.
Attributes
Writes CSV to destination OutputStream.
Writes CSV to destination OutputStream.
Attributes
Writes CSV to target path.
Writes CSV to target path.
Attributes
Value parameters
-
codec
-
codec used to convert bytes to characters, with default JVM charset as fallback
-
csv
-
the CSV data destination
Attributes
-
Returns
-
pipe converting stream of characters to empty one
-
Inherited from:
-
Writer
Alias for various write methods.
Alias for various write methods.
Type parameters
-
A
-
type of target
Value parameters
-
codec
-
codec used to convert bytes to characters, with default JVM charset as fallback
-
csv
-
the CSV data destination
Attributes
-
Returns
-
pipe converting stream of characters to empty one
-
Inherited from:
-
Writer