final class BitsCharsetWrappingJavaCharsetEncoder extends BitsCharsetEncoder
Implements BitsCharsetEncoder by encapsulating a standard JavaCharsetEncoder
- Alphabetic
- By Inheritance
- BitsCharsetWrappingJavaCharsetEncoder
- BitsCharsetEncoder
- IsResetMixin
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BitsCharsetWrappingJavaCharsetEncoder(bitsCharset: BitsCharsetJava, enc: CharsetEncoder)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
averageBitsPerChar(): Float
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
averageBytesPerChar(): Float
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
val
bitsCharset: BitsCharsetJava
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
encode(in: CharBuffer, out: ByteBuffer, endOfInput: Boolean): CoderResult
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
encodeLoop(in: CharBuffer, out: ByteBuffer): Nothing
- Attributes
- protected
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flush(out: ByteBuffer): CoderResult
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMandatoryAlignmentNeeded(): Boolean
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
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
final
def
isReset: Boolean
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
-
final
def
isReset_=(v: Boolean): Unit
Allow assignment to isReset only in derived classes
Allow assignment to isReset only in derived classes
- Attributes
- protected
- Definition Classes
- IsResetMixin
-
def
malformedInputAction(): CodingErrorAction
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
maxBitsPerChar(): Float
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
maxBytesPerChar(): Float
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
onMalformedInput(action: CodingErrorAction): BitsCharsetWrappingJavaCharsetEncoder
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
onUnmappableCharacter(action: CodingErrorAction): BitsCharsetWrappingJavaCharsetEncoder
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
replaceWith(newReplacement: Array[Byte]): BitsCharsetWrappingJavaCharsetEncoder
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
replacement(): Array[Byte]
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
def
reset(): BitsCharsetWrappingJavaCharsetEncoder
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
- def setInitialBitOffset(offset: Int): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unmappableCharacterAction(): CodingErrorAction
- Definition Classes
- BitsCharsetWrappingJavaCharsetEncoder → BitsCharsetEncoder
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()