'\" te .TH ARCHIVE_READ_NEW 3 "February 2, 2012" "" .SH NAME .ad l \fB\%archive_read_new\fP \- functions for reading streaming archives .SH LIBRARY .ad l Streaming Archive Library (libarchive, -larchive) .SH SYNOPSIS .ad l \fB#include \fP .br \fIstruct archive *\fP .br \fB\%archive_read_new\fP(\fI\%void\fP); .SH DESCRIPTION .ad l Allocates and initializes a Tn struct archive object suitable for reading from an archive. .BR NULL is returned on error. .PP A complete description of the Tn struct archive object can be found in the overview manual page for \fBlibarchive\fP(3). .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (5) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability library/libarchive = Stability Uncommitted .TE .PP .SH SEE ALSO .ad l \fBtar\fP(1), \fBlibarchive\fP(3), \fBarchive_read_data\fP(3), \fBarchive_read_filter\fP(3), \fBarchive_read_format\fP(3), \fBarchive_read_set_options\fP(3), \fBarchive_util\fP(3), \fBtar\fP(5) .SH NOTES .\" Oracle has added source availability information to this manual page This software was built from source available at https://java.net/projects/solaris-userland. The original community source was downloaded from http://www.libarchive.org/downloads/libarchive-3.1.2.tar.gz Further information about this software can be found on the open source community website at http://www.libarchive.org/.