BomEncoder

better.files.BomEncoder
class BomEncoder(charset: Charset) extends CharsetEncoder

Encoder that writes the BOM for this charset

Attributes

Graph
Supertypes
class CharsetEncoder
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def encodeLoop(in: CharBuffer, out: ByteBuffer): CoderResult

Attributes

Definition Classes
CharsetEncoder
override def implReset(): Unit

Attributes

Definition Classes
CharsetEncoder

Inherited methods

final def averageBytesPerChar(): Float

Attributes

Inherited from:
CharsetEncoder
def canEncode(x$0: CharSequence): Boolean

Attributes

Inherited from:
CharsetEncoder
def canEncode(x$0: Char): Boolean

Attributes

Inherited from:
CharsetEncoder
final def encode(x$0: CharBuffer): ByteBuffer

Attributes

Inherited from:
CharsetEncoder
final def encode(x$0: CharBuffer, x$1: ByteBuffer, x$2: Boolean): CoderResult

Attributes

Inherited from:
CharsetEncoder
final def flush(x$0: ByteBuffer): CoderResult

Attributes

Inherited from:
CharsetEncoder
def isLegalReplacement(x$0: Array[Byte]): Boolean

Attributes

Inherited from:
CharsetEncoder
def malformedInputAction(): CodingErrorAction

Attributes

Inherited from:
CharsetEncoder
final def maxBytesPerChar(): Float

Attributes

Inherited from:
CharsetEncoder
final def onMalformedInput(x$0: CodingErrorAction): CharsetEncoder

Attributes

Inherited from:
CharsetEncoder
final def onUnmappableCharacter(x$0: CodingErrorAction): CharsetEncoder

Attributes

Inherited from:
CharsetEncoder
final def replaceWith(x$0: Array[Byte]): CharsetEncoder

Attributes

Inherited from:
CharsetEncoder
final def replacement(): Array[Byte]

Attributes

Inherited from:
CharsetEncoder
final def reset(): CharsetEncoder

Attributes

Inherited from:
CharsetEncoder
def unmappableCharacterAction(): CodingErrorAction

Attributes

Inherited from:
CharsetEncoder