Class/Object

zio.nio.charset

Charset

Related Docs: object Charset | package charset

Permalink

final class Charset extends Ordered[Charset]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Charset
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Charset): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Charset): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Charset): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Charset): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def aliases: Set[String]

    Permalink
    Annotations
    @silent( ... )
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def canEncode: Boolean

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(that: Charset): Int

    Permalink
    Definition Classes
    Charset → Ordered
  13. def compareTo(that: Charset): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  14. def contains(cs: Charset): Boolean

    Permalink
  15. def decode(byteBuffer: ByteBuffer)(implicit trace: ZTraceElement): UIO[CharBuffer]

    Permalink
  16. def decodeChunk(chunk: Chunk[Byte])(implicit trace: ZTraceElement): UIO[Chunk[Char]]

    Permalink
  17. def decodeString(chunk: Chunk[Byte])(implicit trace: ZTraceElement): UIO[String]

    Permalink
  18. def displayName(locale: Locale): String

    Permalink
  19. def displayName: String

    Permalink
  20. def encode(charBuffer: CharBuffer)(implicit trace: ZTraceElement): UIO[ByteBuffer]

    Permalink
  21. def encodeChunk(chunk: Chunk[Char])(implicit trace: ZTraceElement): UIO[Chunk[Byte]]

    Permalink
  22. def encodeString(s: CharSequence)(implicit trace: ZTraceElement): UIO[Chunk[Byte]]

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Charset → AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    Charset → AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isRegistered: Boolean

    Permalink
  30. val javaCharset: java.nio.charset.Charset

    Permalink
  31. def name: String

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def newDecoder: CharsetDecoder

    Permalink
  34. def newEncoder: CharsetEncoder

    Permalink
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    Charset → AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ordered[Charset]

Inherited from Comparable[Charset]

Inherited from AnyRef

Inherited from Any

Ungrouped