dump

package
v0.8.4 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2021 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const Debug = 0
View Source
const Supported = "Ff"

Variables

This section is empty.

Functions

func Create

func Create(path string) (*writer, error)

func Printf

func Printf(fm string, v ...interface{})

Types

type Scanner

type Scanner struct {
	*bufio.Reader
	// contains filtered or unexported fields
}

func NewScanner

func NewScanner(r io.Reader) *Scanner

func (*Scanner) Err

func (s *Scanner) Err() error

func (*Scanner) Scan

func (s *Scanner) Scan(v ...interface{}) bool

type Tag

type Tag struct {
	Kind byte // 'F', 'f', 'e', 'x', 'i', 'v', 'h'

	Row, Col int64
	Q0, Q1   int64
	Percent  int64
	NBody    int

	Wid   int
	NTag  int
	Dir   bool
	Dirty bool

	Label []byte
	Body  []byte
}

func (*Tag) Decode

func (k *Tag) Decode(b *bufio.Reader) error

func (*Tag) DecodeTo

func (k *Tag) DecodeTo(b *bufio.Reader, label, body io.Writer) error

func (Tag) Encode

func (k Tag) Encode(w io.Writer) (err error)

Jump to

Keyboard shortcuts

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