Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HostByteOrder ¶
Types ¶
type INetParser ¶
func NewNetNative ¶
func NewNetStrings ¶
func NewNetStrings(w io.Writer, r io.Reader) INetParser
type NetNative ¶
type NetNative struct {
// contains filtered or unexported fields
}
func (NetNative) ReadBuffer ¶
func (NetNative) WriteBuffer ¶
type NetStrings ¶
type NetStrings struct {
// contains filtered or unexported fields
}
func (NetStrings) ReadBuffer ¶
func (c NetStrings) ReadBuffer() (payload []byte, err error)
func (NetStrings) WriteBuffer ¶
func (c NetStrings) WriteBuffer(payload []byte) error
Click to show internal directories.
Click to hide internal directories.