mllp

package module
v0.0.0-...-57c3be4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2017 License: BSD-3-Clause Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrInvalidBoundary

type ErrInvalidBoundary error

type ErrInvalidContent

type ErrInvalidContent error

type ErrInvalidHeader

type ErrInvalidHeader error

type ErrInvalidTrailer

type ErrInvalidTrailer error

type ReadWriter

type ReadWriter struct {
	*Reader
	*Writer
}

func NewReadWriter

func NewReadWriter(rw io.ReadWriter) *ReadWriter

type Reader

type Reader struct {
	// contains filtered or unexported fields
}

func NewReader

func NewReader(r io.Reader) *Reader

func (Reader) ReadMessage

func (r Reader) ReadMessage() ([]byte, error)

type Writer

type Writer struct {
	// contains filtered or unexported fields
}

func NewWriter

func NewWriter(w io.Writer) *Writer

func (Writer) WriteMessage

func (w Writer) WriteMessage(b []byte) error

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL