package
0.9.0
Repository: https://github.com/noisysockets/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 for uncompressed image containing hashes.
SimpleWriter is a writer that does not compress.
Writer is a compressed writer.