# 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.