fs2.data.text

Type members

Classlikes

trait CharLikeChunks[F[_], In]

A typeclass witnessing that a stream of type In has chunks that can be iterated over to get characters.

A typeclass witnessing that a stream of type In has chunks that can be iterated over to get characters.

Companion:
object
Source:
CharLikeChunks.scala
sealed abstract class CharRanges
Companion:
object
Source:
CharRanges.scala
object CharRanges
Companion:
class
Source:
CharRanges.scala
object ascii

Import this if your byte stream is encoded in ASCII

Import this if your byte stream is encoded in ASCII

Source:
package.scala
object latin1

Import this if your byte stream is encoded in ISO-8859-1 (aka latin1)

Import this if your byte stream is encoded in ISO-8859-1 (aka latin1)

Source:
package.scala
object latin9

Import this if your byte stream is encoded in ISO-8859-15 (aka latin9)

Import this if your byte stream is encoded in ISO-8859-15 (aka latin9)

Source:
package.scala
object utf8

Import this if your byte stream is encoded in UTF-8

Import this if your byte stream is encoded in UTF-8

Source:
package.scala