package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev

# Functions

NewReader returns a new compressed reader.
NewSimpleReader returns a new (uncompressed) reader.
NewSimpleWriter returns a new non-compressing writer.
NewWriter returns a new compressed writer.

# Variables

ErrHashMismatch is returned if the hash does not match.

# Structs

Reader is a compressed reader.
SimpleReader is a reader from uncompressed image.
SimpleWriter is a writer that does not compress.
Writer is a compressed writer.