Documentation ¶ Index ¶ func Pair(c byte) string type Writer func New(w io.Writer, width int, startLineOffset int, fn func(b byte) string) *Writer func (h *Writer) Write(p []byte) (n int, err error) func (h *Writer) WriteBits(p []byte, nBits int) (n int, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Pair ¶ func Pair(c byte) string Types ¶ type Writer ¶ type Writer struct { // contains filtered or unexported fields } func New ¶ func New(w io.Writer, width int, startLineOffset int, fn func(b byte) string) *Writer func (*Writer) Write ¶ func (h *Writer) Write(p []byte) (n int, err error) func (*Writer) WriteBits ¶ func (h *Writer) WriteBits(p []byte, nBits int) (n int, err error) Source Files ¶ View all Source files hexpairwriter.go Click to show internal directories. Click to hide internal directories.