deserializer

package
v0.5.14 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0, MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrMalformedCar indicates an error while trying to read a block from a car file
	ErrMalformedCar = errors.New("malformed CAR")
	// ErrUnexpectedBlock means we read the next block in the CAR file but it wasn't the one we were expecting
	ErrUnexpectedBlock = errors.New("unexpected block in CAR")
)

Functions

func Deserialize

func Deserialize(ctx context.Context, r *car.BlockReader, c cid.Cid, start int64, end int64, out io.Writer) (int64, error)

Deserialize is a function to deserialize a UnixFS file byte range from a CAR block reader

Types

This section is empty.

Jump to

Keyboard shortcuts

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