Documentation ¶
Index ¶
- func Fill(w io.Writer, v byte, l int)
- func GetUint16(buf []byte) uint16
- func GetUint32(buf []byte) uint32
- func NullString(buf []byte) string
- func Pad(w io.Writer, l int)
- func PutBool(w io.Writer, v bool)
- func PutByte(w io.Writer, v byte)
- func PutString(w io.Writer, s string)
- func PutStringN(w io.Writer, s string, n int)
- func PutStringNWithNull(w io.Writer, s string, n int)
- func PutUTF16LEString(w io.Writer, s string)
- func PutUTF16LEStringN(w io.Writer, s string, n int)
- func PutUTF16String(w io.Writer, s string)
- func PutUTF16StringN(w io.Writer, s string, n int)
- func PutUint16(w io.Writer, v uint16)
- func PutUint32(w io.Writer, v uint32)
- func UTF16String(b []byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NullString ¶
func PutStringNWithNull ¶
Writes a fixed-length string that always ends with a null
func PutUTF16LEString ¶
Writes a null-terminated UTF16 string in Little Endian format
func PutUTF16LEStringN ¶
Writes a UTF16 string in Little Endian format with no terminator
func PutUTF16String ¶
Writes a null-terminated UTF16 string in Big Endian format
func PutUTF16StringN ¶
Writes a UTF16 string in Big Endian format with no terminator
func UTF16String ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.