unionreader

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetReaders

func GetReaders(f UnionReader) ([]io.ReaderAt, error)

GetReaders extracts one or more io.ReaderAt objects representing binaries that can be processed (multiple binaries in the case for multi-architecture binaries).

Types

type UnionReader

type UnionReader interface {
	io.Reader
	io.ReaderAt
	io.Seeker
	io.Closer
}

UnionReader is a single interface with all reading functions needed by multi-arch binary catalogers cataloger.

func GetUnionReader

func GetUnionReader(readerCloser io.ReadCloser) (UnionReader, error)

Jump to

Keyboard shortcuts

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