Class

org.apache.daffodil.processors.charset

BitsCharsetNonByteSizeEncoder

Related Doc: package charset

Permalink

final class BitsCharsetNonByteSizeEncoder extends BitsCharsetEncoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitsCharsetNonByteSizeEncoder
  2. BitsCharsetEncoder
  3. IsResetMixin
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitsCharsetNonByteSizeEncoder(bitsCharset: BitsCharsetNonByteSize, replacementChar: Int)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ProxyJavaCharset extends Charset

    Permalink
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def averageBitsPerChar(): Float

    Permalink
  7. def averageBytesPerChar(): Float

    Permalink
  8. def averageCharsPerBit(): Float

    Permalink
  9. def averageCharsPerByte(): Float

    Permalink
  10. final def bitWidthOfACodeUnit: Int

    Permalink
  11. val bitsCharset: BitsCharsetNonByteSize

    Permalink
  12. def charToCharCode(char: Char): MaybeInt

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def encode(in: CharBuffer, out: ByteBuffer, endOfInput: Boolean): CoderResult

    Permalink
  15. def encodeLoop(in: CharBuffer, out: ByteBuffer): CoderResult

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

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def flush(out: ByteBuffer): CoderResult

    Permalink
  20. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  23. def isMandatoryAlignmentNeeded(): Boolean

    Permalink

    Used to determine if the data input stream must be aligned (if not already) for this encoding.

    Used to determine if the data input stream must be aligned (if not already) for this encoding. Based on whether the coder has been reset. If the coder has not been reset, it is assumed we are in the middle of encoding many characters, and so no mandatory alignment is needed. However, if the coder was reset, then it is assumed that we may be unaligned at the start of encoding characters, and so we must check if we are mandatory aligned.

    Definition Classes
    BitsCharsetNonByteSizeEncoderBitsCharsetEncoder
  24. final def isReset: Boolean

    Permalink

    True if the decoder has not decoded anything since the last reset call.

    True if the decoder has not decoded anything since the last reset call. False if decodeLoop has been called.

    Use to control things that we only want to check once per reset of the decoder.

    Definition Classes
    IsResetMixin
  25. final def isReset_=(v: Boolean): Unit

    Permalink

    Allow assignment to isReset only in derived classes

    Allow assignment to isReset only in derived classes

    Attributes
    protected
    Definition Classes
    IsResetMixin
  26. def malformedInputAction(): CodingErrorAction

    Permalink
  27. def maxBitsPerChar(): Float

    Permalink
  28. def maxBytesPerChar(): Float

    Permalink
  29. def maxCharsPerBit(): Float

    Permalink
  30. def maxCharsPerByte(): Float

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

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. def onMalformedInput(action: CodingErrorAction): BitsCharsetNonByteSizeEncoder

    Permalink
  35. def onUnmappableCharacter(action: CodingErrorAction): BitsCharsetNonByteSizeEncoder

    Permalink
  36. def replaceWith(newReplacement: Array[Byte]): BitsCharsetNonByteSizeEncoder

    Permalink
  37. def replacement(): Array[Byte]

    Permalink
  38. final def requiredBitOrder: BitOrder

    Permalink
  39. def reset(): BitsCharsetNonByteSizeEncoder

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. val thisEncoder: BitsCharsetNonByteSizeEncoder

    Permalink

    Hyjack a JavaCharset to drive our code.

    Hyjack a JavaCharset to drive our code.

    We want to avoid re-implementing all the error handling and flush/end logic.

  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def unmappableCharacterAction(): CodingErrorAction

    Permalink
  44. final def wait(): Unit

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

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

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

Inherited from BitsCharsetEncoder

Inherited from IsResetMixin

Inherited from AnyRef

Inherited from Any

Ungrouped