Documentation
¶
Index ¶
- func ReadFloat32(r io.Reader) (float32, error)
- func ReadString(r io.Reader) (string, error)
- func ReadUint16(r io.Reader) (uint16, error)
- func ReadUint32(r io.Reader) (uint32, error)
- func ReadUint64(r io.Reader) (uint64, error)
- func WriteFloat32(w io.Writer, v float32) error
- func WriteString(w io.Writer, str string) error
- func WriteUint16(w io.Writer, v uint16) error
- func WriteUint32(w io.Writer, v uint32) error
- func WriteUint64(w io.Writer, v uint64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadFloat32 ¶
ReadFloat32 reads a float32 using a pooled buffer.
func ReadString ¶
ReadString reads a string from a reader.
func ReadUint16 ¶ added in v0.5.0
ReadUint16 reads a uint16 using a pooled buffer.
func ReadUint32 ¶
ReadUint32 reads a uint32 using a pooled buffer.
func ReadUint64 ¶
ReadUint64 reads a uint64 using a pooled buffer.
func WriteFloat32 ¶
WriteFloat32 writes a float32 using a pooled buffer.
func WriteString ¶
WriteString writes a string to a writer.
func WriteUint16 ¶ added in v0.5.0
WriteUint16 writes a uint16 using a pooled buffer.
func WriteUint32 ¶
WriteUint32 writes a uint32 using a pooled buffer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.