swf

package module
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2024 License: MIT Imports: 8 Imported by: 0

README

swf-go

A fork of WeebDataHoarder's swf-go library.

Forked so I can make breaking changes for my own purposes. Expect no backwards compatability with the original library.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

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

func NewReader

func NewReader(reader io.Reader) (*Reader, error)

func (*Reader) Close

func (r *Reader) Close() error

func (*Reader) Header

func (r *Reader) Header() types.Header

func (*Reader) Record

func (r *Reader) Record() (record *tag.Record, err error)

Record Reads a tag.Record, which must be handled and/or parsed

func (*Reader) Tag

func (r *Reader) Tag() (readTag tag.Tag, err error)

Tag Reads a tag.Tag, which has been pre-parsed

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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