container

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package container contains helpers for animation(set) containers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DMD1Chunk

type DMD1Chunk struct {
	// Name of the chunk.
	Name [4]byte

	// Size of the chunk, including the name of the chunk.
	Size uint32

	// Data is the payload of the chunk.
	Data []byte
}

DMD1Chunk is a named chunk.

func (*DMD1Chunk) ReadFrom

func (chunk *DMD1Chunk) ReadFrom(r io.Reader) (n int64, err error)

func (*DMD1Chunk) WriteTo

func (chunk *DMD1Chunk) WriteTo(w io.Writer) (n int64, err error)

Jump to

Keyboard shortcuts

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