Categorygithub.com/nwaples/rardecode/v2
modulepackage
2.1.0
Repository: https://github.com/nwaples/rardecode.git
Documentation: pkg.go.dev

# README

rardecode

GoDoc Go Report Card

A go package for reading RAR archives.

# Functions

BufferSize sets the size of the bufio.Reader used in reading the archive.
FileSystem sets the fs.FS to be used for opening archive volumes.
List returns a list of File's in the RAR archive specified by name.
NewReader creates a Reader reading from r.
OpenReader opens a RAR archive specified by the name and returns a ReadCloser.
Password sets the password to use for decrypting archives.

# Constants

FileHeader HostOS types.
FileHeader HostOS types.
FileHeader HostOS types.
FileHeader HostOS types.
FileHeader HostOS types.
FileHeader HostOS types.
FileHeader HostOS types.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

File represents a file in a RAR archive.
FileHeader represents a single file in a RAR archive.
ReadCloser is a Reader that allows closing of the rar archive.
Reader provides sequential access to files in a RAR archive.

# Type aliases

An Option is used for optional archive extraction settings.