MinimalEncoder class
Encodes minimally using Divide-And-Conquer with Memoization
Constructors
Properties
Methods
-
canEncode(
String contents, Charset charset, int position) → bool -
encode(
String contents) → List< bool> -
encodeCharset(
String contents, Charset charset, int position) → int - Encode the string starting at position position starting with the character set charset
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited