utf8
object utf8
- Source:
- text.scala
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
.
- Source:
- text.scala
Converts UTF-8 encoded Chunk[Byte]
inputs to String
.
Converts UTF-8 encoded Chunk[Byte]
inputs to String
.
- Source:
- text.scala
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.
- Source:
- text.scala
Encodes a stream of String
in to a stream of Chunk[Byte]
using the UTF-8 charset.
Encodes a stream of String
in to a stream of Chunk[Byte]
using the UTF-8 charset.
- Source:
- text.scala