BomReader

kantan.codecs.resource.bom.BomReader
object BomReader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BomReader.type

Members list

Value members

Concrete methods

def apply(input: InputStream, codec: Codec): Reader

Opens a BOM-aware reader on the specified input stream.

Opens a BOM-aware reader on the specified input stream.

If the specified input stream contains a known BOM, discard it and use the associated charset to turn bytes into characters. Otherwise, use the specified codec.

Attributes