Class

org.apache.daffodil.processors.charset

BitsCharsetWrappingJavaCharsetDecoder

Related Doc: package charset

Permalink

final class BitsCharsetWrappingJavaCharsetDecoder extends BitsCharsetDecoder

Implements BitsCharsetDecoder by encapsulation of a standard JavaCharsetDecoder.

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

Instance Constructors

  1. new BitsCharsetWrappingJavaCharsetDecoder(bitsCharset: BitsCharsetWrappingJavaCharset, dec: CharsetDecoder)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def averageCharsPerBit(): Float

    Permalink
  6. def averageCharsPerByte(): Float

    Permalink
  7. val bitsCharset: BitsCharsetWrappingJavaCharset

    Permalink
  8. def clone(): AnyRef

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

    Permalink
  10. final def decode(in: ByteBuffer): CharBuffer

    Permalink
    Definition Classes
    BitsCharsetDecoder
  11. def decodeLoop(in: ByteBuffer, out: CharBuffer): CoderResult

    Permalink
    Attributes
    protected
    Definition Classes
    BitsCharsetWrappingJavaCharsetDecoderBitsCharsetDecoder
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  19. 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 decoding 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 decoding characters, and so we must check if we are mandatory aligned.

    Definition Classes
    BitsCharsetWrappingJavaCharsetDecoderBitsCharsetDecoder
  20. 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
  21. 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
  22. def malformedInputAction(): CodingErrorAction

    Permalink
  23. def maxCharsPerBit(): Float

    Permalink
  24. def maxCharsPerByte(): Float

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def onMalformedInput(action: CodingErrorAction): BitsCharsetWrappingJavaCharsetDecoder

    Permalink
  29. def onUnmappableCharacter(action: CodingErrorAction): BitsCharsetWrappingJavaCharsetDecoder

    Permalink
  30. def replaceWith(newReplacement: String): BitsCharsetWrappingJavaCharsetDecoder

    Permalink
  31. def replacement(): String

    Permalink
  32. def reset(): BitsCharsetWrappingJavaCharsetDecoder

    Permalink
  33. def setFinalByteBitLimitOffset0b(bitLimitOffset0b: MaybeULong): Unit

    Permalink
  34. def setInitialBitOffset(offset: Int): Unit

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

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

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

    Permalink
  38. final def wait(): Unit

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

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

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

Inherited from BitsCharsetDecoder

Inherited from IsResetMixin

Inherited from AnyRef

Inherited from Any

Ungrouped