Documentation ¶
Index ¶
- Constants
- func Tar(w io.Writer, files []File) error
- func Untar(in io.Reader, to string, o UntarOptions) (err error)
- func UntarContext(ctx context.Context, in io.ReadCloser, to string, o UntarOptions) error
- func UntarList(ctx context.Context, in io.ReadCloser, listPath string, ...) ([]string, error)
- func UntarPath(ctx context.Context, in, to string, o UntarOptions) (err error)
- func Walk(tarf io.Reader, fs ...func(*tar.Header, *tar.Reader) error) error
- func WalkPath(ctx context.Context, path string, fs ...func(*tar.Header, *tar.Reader) error) error
- type File
- type UntarOptions
Constants ¶
View Source
const HeaderOverhead = 512
Variables ¶
This section is empty.
Functions ¶
func UntarContext ¶
func UntarContext(ctx context.Context, in io.ReadCloser, to string, o UntarOptions) error
Types ¶
Click to show internal directories.
Click to hide internal directories.