text
Provides utilities for working with streams of text (e.g., encoding byte streams to strings).
Attributes
- Source
- text.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
text.type
Members list
Type members
Classlikes
Attributes
- Source
- text.scala
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Functions for working with base 64.
Functions for working with base 64.
Attributes
- Source
- text.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
base64.type
Byte order mark (BOM) values for different Unicode charsets.
Byte order mark (BOM) values for different Unicode charsets.
Attributes
- Source
- text.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
bom.type
Functions for working with base 64.
Functions for working with base 64.
Attributes
- Source
- text.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
hex.type
Attributes
- Source
- text.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
utf8.type
Value members
Concrete methods
Transforms a stream of Char
to a stream of String
.
Attributes
- Source
- text.scala
Attributes
- Source
- text.scala
Encodes a stream of String
in to a stream of bytes using the given charset.
Encodes a stream of String
in to a stream of bytes using the given charset.
Attributes
- Source
- text.scala
Encodes a stream of String
in to a stream of Chunk[Byte]
using the given charset.
Encodes a stream of String
in to a stream of Chunk[Byte]
using the given charset.
Attributes
- Source
- text.scala
Transforms a stream of String
such that each emitted String
is a line from the input.
Transforms a stream of String
such that each emitted String
is a line from the input.
Attributes
- Source
- text.scala
Transforms a stream of String
such that each emitted String
is a line from the input
Transforms a stream of String
such that each emitted String
is a line from the input
Value parameters
- maxLineLength
-
maximum size to accumulate a line to; throw an error if a line is larger
Attributes
- Source
- text.scala
Transforms a stream of String
to a stream of Char
.
Deprecated methods
Converts UTF-8 encoded byte stream to a stream of String
.
Converts UTF-8 encoded byte stream to a stream of String
.
Attributes
- Deprecated
- true
- 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
- Deprecated
- true
- 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.
Attributes
- Deprecated
- true
- Source
- text.scala