Documentation
¶
Index ¶
- func PutBool(b bool) (byte, uint)
- func PutFloat32(f float32) ([]byte, uint)
- func PutFloat64(f float64) ([]byte, uint)
- func PutInt16(i int16) ([]byte, uint)
- func PutInt32(i int32) ([]byte, uint)
- func PutInt64(i int64) ([]byte, uint)
- func PutInt8(i int8) (byte, uint)
- func PutString(s string) ([]byte, uint)
- func PutUInt16(i uint16) ([]byte, uint)
- func PutUInt32(i uint32) ([]byte, uint)
- func PutUInt64(i uint64) ([]byte, uint)
- func PutUInt8(i uint8) (byte, uint)
- func ReadBool(b byte) (bool, uint)
- func ReadFloat32(b []byte) (float32, uint)
- func ReadFloat64(b []byte) (float64, uint)
- func ReadInt16(b []byte) (int16, uint)
- func ReadInt32(b []byte) (int32, uint)
- func ReadInt64(b []byte) (int64, uint)
- func ReadInt8(b byte) (int8, uint)
- func ReadString(b []byte) (string, uint)
- func ReadUInt16(b []byte) (uint16, uint)
- func ReadUInt32(b []byte) (uint32, uint)
- func ReadUInt64(b []byte) (uint64, uint)
- func ReadUInt8(b byte) (uint8, uint)
- type Stream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PutFloat32 ¶
func PutFloat64 ¶
func ReadFloat32 ¶
func ReadFloat64 ¶
func ReadString ¶
func ReadUInt16 ¶
func ReadUInt32 ¶
func ReadUInt64 ¶
Types ¶
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}