Documentation ¶
Index ¶
- func DecodeInt32(buf []byte, index int) (int, int32)
- func DecodeInt64(buf []byte, index int) (int, int64)
- func DecodeString(buf []byte, index int) (int, string)
- func WriteIn32(buf []byte, v int32, index int)
- func WriteInt64(buf []byte, v int64, index int)
- func WriteSize(buf []byte, index int, size int)
- func WriteString(buf []byte, str string, index int) []byte
- type Coder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteInt64 ¶
Types ¶
type Coder ¶
type Coder struct {
// contains filtered or unexported fields
}
func ParseSlice ¶
func (*Coder) EncodeBuff ¶
Click to show internal directories.
Click to hide internal directories.