data

package
v0.0.0-...-eb4ac69 Latest Latest
Warning

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

Go to latest
Published: May 3, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileIndex

type FileIndex uint64

func (FileIndex) String

func (fi FileIndex) String() string

type FileRef

type FileRef uint64

func MakeFileRef

func MakeFileRef(seq uint16, index FileIndex) FileRef

func (FileRef) GetFileIndex

func (frn FileRef) GetFileIndex() FileIndex

func (FileRef) GetSequenceNumber

func (frn FileRef) GetSequenceNumber() uint16

func (FileRef) IsNull

func (frn FileRef) IsNull() bool

func (FileRef) String

func (frn FileRef) String() string

type IDataRecord

type IDataRecord interface {
	fmt.Stringer

	IsNull() bool
	HasName() bool
	GetError() error
	GetPosition() int64
	GetEncodingCode() string
	GetName() string
	SetName(string)
	GetParent() FileRef
	GetLabel() string
	GetIndex() int
	SetIndex(int)
	Print()
}

type IDataStream

type IDataStream interface {
	Close() error
	SendRecord(uint, int64, IDataRecord)
	SendError(error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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