Expand description
Method which puts trailing ASCII space when encoding bit
§Description
This method uses the trailing [ASCII_WHITESPACE] to encode bits. If the whitespace is present the bit 1 is encoded, otherwise 0.
This method provides both encoding and decoding algorithm.
Structs§
Constants§
- ASCII_
WHITESPACE - Character used as the trailing whitespace in the method.