cws

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2020 License: MIT Imports: 16 Imported by: 1

Documentation

Overview

Package cws handles input and output of NOVA32 CWS printables

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CWS

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

func (*CWS) Close

func (cws *CWS) Close()

func (*CWS) Layer

func (cws *CWS) Layer(index int) (layer uv3dp.Layer)

func (*CWS) Properties

func (cws *CWS) Properties() (prop uv3dp.Properties)

type CWSFormat

type CWSFormat struct {
	*pflag.FlagSet
}

func NewCWSFormatter

func NewCWSFormatter(suffix string) (sf *CWSFormat)

func (*CWSFormat) Decode

func (sf *CWSFormat) Decode(reader uv3dp.Reader, filesize int64) (printable uv3dp.Printable, err error)

func (*CWSFormat) Encode

func (sf *CWSFormat) Encode(writer uv3dp.Writer, printable uv3dp.Printable) (err error)

type ReadSeekCloser

type ReadSeekCloser interface {
	io.Reader
	io.Seeker
	io.Closer
}

Jump to

Keyboard shortcuts

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