Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PanicReader ¶
type Utf16BeTo8 ¶
type Utf16BeTo8 struct{}
func (Utf16BeTo8) Prefix1 ¶
func (code Utf16BeTo8) Prefix1(r PanicReader) (int, string)
func (Utf16BeTo8) Prefix2 ¶
func (code Utf16BeTo8) Prefix2(r PanicReader) (int, string)
func (Utf16BeTo8) ToBytes ¶
func (code Utf16BeTo8) ToBytes(s []byte) []byte
func (Utf16BeTo8) ToString ¶
func (code Utf16BeTo8) ToString(s []byte) string
type Utf16LeTo8 ¶
type Utf16LeTo8 struct{}
var Decode Utf16LeTo8
func (Utf16LeTo8) Prefix1 ¶
func (code Utf16LeTo8) Prefix1(r PanicReader) (int, string)
func (Utf16LeTo8) Prefix2 ¶
func (code Utf16LeTo8) Prefix2(r PanicReader) (int, string)
func (Utf16LeTo8) ToBytes ¶
func (code Utf16LeTo8) ToBytes(s []byte) []byte
func (Utf16LeTo8) ToString ¶
func (code Utf16LeTo8) ToString(s []byte) string
type Utf8To16Le ¶
type Utf8To16Le struct{}
var Encode Utf8To16Le
func (Utf8To16Le) FromBytes ¶
func (code Utf8To16Le) FromBytes(s []byte) []byte
func (Utf8To16Le) FromString ¶
func (code Utf8To16Le) FromString(s string) []byte
Click to show internal directories.
Click to hide internal directories.