utf8
fs2.text$.utf8$
object utf8
Attributes
- Source:
- text.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- utf8.type
Members list
Concise view
Value members
Concrete methods
Converts UTF-8 encoded byte stream to a stream of String
.
Converts UTF-8 encoded byte stream to a stream of String
.
Note that the output stream is ''not'' a singleton stream but rather a stream of strings where each string is the result of UTF8 decoding a chunk of the underlying byte stream.
Attributes
- Source:
- text.scala
Converts UTF-8 encoded Chunk[Byte]
inputs to String
.
Encodes a stream of String
in to a stream of bytes using the UTF-8 charset.
Encodes a stream of String
in to a stream of bytes using the UTF-8 charset.
Attributes
- Source:
- text.scala