object text
Provides utilities for working with streams of text (e.g., encoding byte streams to strings).
- Source
- text.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- text
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def encode[F[_]](charset: Charset): Pipe[F, String, Byte]
Encodes a stream of
String
in to a stream of bytes using the given charset. - def encodeC[F[_]](charset: Charset): Pipe[F, String, Chunk[Byte]]
Encodes a stream of
String
in to a stream ofChunk[Byte]
using the given charset. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lines[F[_]]: Pipe[F, String, String]
Transforms a stream of
String
such that each emittedString
is a line from the input. - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def utf8Decode[F[_]]: Pipe[F, Byte, String]
Converts UTF-8 encoded byte stream to a stream of
String
. - def utf8DecodeC[F[_]]: Pipe[F, Chunk[Byte], String]
Converts UTF-8 encoded
Chunk[Byte]
inputs toString
. - def utf8Encode[F[_]]: Pipe[F, String, Byte]
Encodes a stream of
String
in to a stream of bytes using the UTF-8 charset. - def utf8EncodeC[F[_]]: Pipe[F, String, Chunk[Byte]]
Encodes a stream of
String
in to a stream ofChunk[Byte]
using the UTF-8 charset. - final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object base64
Functions for working with base 64.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated