Private
_lengthPrivate
_stringPrivate
dataGets the length of the writer data.
The length of the writer data
Gets the string sanitization mode for the writer
True if string sanitization is enabled
Sets the string sanitization mode for the writer.
With string sanitization enabled, the writer will switch `0xFF` bytes in strings (ΓΏ) to `0x79` (y).
the new string sanitization mode
Adds a fixed-length encoded string to the writer data.
Error
if the string does not have the expected length
the expected length of the string
true if the string should be padded to the length with trailing 0xFF
bytes
Adds a fixed-length string to the writer data.
Error
if the string does not have the expected length
the expected length of the string
true if the string should be padded to the length with trailing 0xFF
bytes.
Private
doPrivate
expandPrivate
sanitizeStatic
Private
addStatic
Private
checkStatic
Private
checkStatic
Private
encodeGenerated using TypeDoc
A class for writing EO data to a sequence of bytes.