EncoderContext class
Constructors
- EncoderContext(String msg)
Properties
- codewordCount → int
-
no setter
- codewords → StringBuffer
-
no setter
- current → String
-
no setter
- currentChar → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasMoreCharacters → bool
-
no setter
- message → String
-
no setter
- newEncoding → int
-
no setter
- pos ↔ int
-
getter/setter pair
- remainingCharacters → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipAtEnd ← int
-
no getter
- symbolInfo → SymbolInfo?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetEncoderSignal(
) → void -
resetSymbolInfo(
) → void -
setSizeConstraints(
Dimension? minSize, Dimension? maxSize) → void -
setSymbolShape(
SymbolShapeHint shape) → void -
signalEncoderChange(
int encoding) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateSymbolInfo(
[int? len]) → void -
writeCodeword(
dynamic codeword) → void -
writeCodewords(
String codewords) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited