Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageStream ¶
type MessageStream struct { Read func() ([]byte, error) Write func([]byte) error Close func() error }
func NewMessageStream ¶
func NewMessageStream(stream io.ReadWriteCloser) MessageStream
type NodeStream ¶
type NodeStream struct { Read func() (*xmlnode.XmlNode, error) Write func(*xmlnode.XmlNode) error Close func() error MessageStream func() MessageStream }
func NewNodeStream ¶
func NewNodeStream(s io.ReadWriteCloser) NodeStream
Click to show internal directories.
Click to hide internal directories.