| 314 | var ErrMissingBOM = errors.New("encoding: missing byte order mark") |
| 315 | |
| 316 | type utf16Encoding struct { |
| 317 | config |
| 318 | mib identifier.MIB |
| 319 | } |
| 320 | |
| 321 | type config struct { |
| 322 | endianness Endianness |
nothing calls this directly
no outgoing calls
no test coverage detected