Packages

  • package root
    Definition Classes
    root
  • package kantan
    Definition Classes
    root
  • package codecs
    Definition Classes
    kantan
  • package resource
    Definition Classes
    codecs
  • package bom

    Adds Byte Order Mark support to resources.

    Adds Byte Order Mark support to resources.

    By importing this package, the default behaviour of kantan libraries will be changed to: * add a BOM when writing textual data (if one exists for the output charset). * attempt to find a BOM when reading textual data and, if one is found, use the corresponding charset (potentially overriding whatever charset was specified "in-code").

    Those behaviours are not enabled by default as they're very Microsoft-specific.

    Definition Classes
    resource
  • BomReader
  • BomWriter

package bom

Adds Byte Order Mark support to resources.

By importing this package, the default behaviour of kantan libraries will be changed to: * add a BOM when writing textual data (if one exists for the output charset). * attempt to find a BOM when reading textual data and, if one is found, use the corresponding charset (potentially overriding whatever charset was specified "in-code").

Those behaviours are not enabled by default as they're very Microsoft-specific.

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bom
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def readerFromStream[A](implicit arg0: InputResource[A], codec: scala.io.Codec): ReaderResource[A]
  2. implicit def writerFromStream[A](implicit arg0: OutputResource[A], codec: scala.io.Codec): WriterResource[A]
  3. object BomReader
  4. object BomWriter

Inherited from AnyRef

Inherited from Any

Ungrouped