Documentation ¶
Index ¶
Constants ¶
View Source
const ( PickleBoolLength = 1 PickleUInt8Length = 1 PickleUInt32Length = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶ added in v0.22.0
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶ added in v0.22.0
func (*Decoder) ReadUInt32 ¶ added in v0.22.0
type Encoder ¶ added in v0.22.0
func NewEncoder ¶ added in v0.22.0
func NewEncoder() *Encoder
func (*Encoder) WriteEmptyBytes ¶ added in v0.22.0
func (*Encoder) WriteUInt32 ¶ added in v0.22.0
func (*Encoder) WriteUInt8 ¶ added in v0.22.0
Click to show internal directories.
Click to hide internal directories.