Documentation ¶
Overview ¶
Package itf8 provides ITF-8 integer encoding.
ITF-8 integer encoding is specified in the CRAM format specification section 2.3.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode decodes the ITF-8 encoding in b and returns the int32 value, its width in bytes and whether the decoding was successful. If the encoding is invalid, the expected length of b and false are returned. If b has zero length, zero, zero and false are returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.