package
0.1.0
Repository: https://github.com/dspasibenko/raywin-go.git
Documentation: pkg.go.dev

# Functions

MarshalByte writes value v to the buf.
MarshalBytes writes value v to the buf.
MarshalString writes value v to the buf.
MarshalUint writes value v to the buf.
MarshalUint16 writes value v to the buf.
MarshalUint32 writes value v to the buf.
MarshalUint64 writes value v to the buf.
UnmarshalByte reads next byte value from the buf.
UnmarshalBytes reads next []byte value from the buf.
UnmarshalString reads next string value from the buf.
UnmarshalUint reads next uint value from the buf.
UnmarshalUint16 reads next uint16 value from the buf.
UnmarshalUint32 reads next uint32 value from the buf.
UnmarshalUint64 reads next int64 value from the buf.
WritableStringSize returns size of encoded v.
WritableUintSize returns size of encoded uint64 size.
WritebleBytesSize returns size of encoded buf.

# Structs

No description provided by the author