var searchIndex = {}; searchIndex["tar"] = {"doc":"A library for reading and writing TAR archives","items":[[3,"Archive","tar","A top-level representation of an archive file.",null,null],[3,"Files","","An iterator over the files of an archive.",null,null],[3,"FilesMut","","An iterator over the files of an archive.",null,null],[3,"File","","A read-only view into a file of an archive.",null,null],[3,"Header","","Representation of the header of a file in an archive",null,null],[12,"name","","",0,null],[12,"mode","","",0,null],[12,"owner_id","","",0,null],[12,"group_id","","",0,null],[12,"size","","",0,null],[12,"mtime","","",0,null],[12,"cksum","","",0,null],[12,"link","","",0,null],[12,"linkname","","",0,null],[12,"ustar","","",0,null],[12,"ustar_version","","",0,null],[12,"owner_name","","",0,null],[12,"group_name","","",0,null],[12,"dev_major","","",0,null],[12,"dev_minor","","",0,null],[12,"prefix","","",0,null],[11,"new","","Create a new archive with the underlying object as the reader/writer.",1,{"inputs":[{"name":"o"}],"output":{"name":"archive"}}],[11,"into_inner","","Unwrap this archive, returning the underlying object.",1,null],[11,"files","","Construct an iterator over the files of this archive.",1,null],[11,"files_mut","","Construct an iterator over the files in this archive.",1,null],[11,"unpack","","Unpacks this tarball into the specified path",1,null],[11,"append","","Add the file at the specified path to this archive.",1,null],[11,"finish","","Finish writing this archive, emitting the termination sections.",1,null],[11,"next","","",2,null],[11,"next","","",3,null],[11,"filename_bytes","","Returns the filename of this archive as a byte array",4,null],[11,"filename","","Returns the filename of this archive as a utf8 string.",4,null],[11,"uid","","Returns the value of the owner's user ID field",4,null],[11,"gid","","Returns the value of the group's user ID field",4,null],[11,"mtime","","Returns the last modification time in Unix time format",4,null],[11,"mode","","Returns the mode bits for this file",4,null],[11,"username_bytes","","Returns the username of the owner of this file, if present",4,null],[11,"groupname_bytes","","Returns the group name of the owner of this file, if present",4,null],[11,"username","","Return the username of the owner of this file, if present and if valid\nutf8",4,null],[11,"groupname","","Return the group name of the owner of this file, if present and if valid\nutf8",4,null],[11,"device_major","","Returns the device major number, if present.",4,null],[11,"device_minor","","Returns the device minor number, if present.",4,null],[11,"raw_header","","Returns raw access to the header of this file in the archive.",4,null],[11,"size","","Returns the size of the file in the archive.",4,null],[11,"read","","",4,null],[11,"seek","","",4,null]],"paths":[[3,"Header"],[3,"Archive"],[3,"Files"],[3,"FilesMut"],[3,"File"]]}; initSearch(searchIndex);