var searchIndex = {}; searchIndex["java_properties"] = {"doc":"Utilities for reading and writing Java properties files","items":[[3,"PropertiesError","java_properties","The error type for reading and writing properties files.",null,null],[3,"Line","","A line read from a properties file.",null,null],[3,"PropertiesIter","","Parses a propeties file and iterates over its contents.",null,null],[3,"PropertiesWriter","","Writes to a properties file.",null,null],[4,"LineContent","","Parsed content of the line.",null,null],[13,"Comment","","Content of a comment line.",0,null],[13,"KVPair","","Content of a key/value line.",0,null],[4,"LineEnding","","",null,null],[13,"CR","","",1,null],[13,"LF","","",1,null],[13,"CRLF","","",1,null],[11,"fmt","","",2,null],[11,"line_number","","Returns the 1-based line number associated with the error, if available.",2,null],[11,"description","","",2,null],[11,"cause","","",2,null],[11,"from","","",2,{"inputs":[{"name":"error"}],"output":{"name":"self"}}],[11,"fmt","","",2,null],[11,"fmt","","",3,null],[11,"cmp","","",3,null],[11,"partial_cmp","","",3,null],[11,"lt","","",3,null],[11,"le","","",3,null],[11,"gt","","",3,null],[11,"ge","","",3,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"line_number","","Returns the 1-based line number.",3,null],[11,"content","","Returns the content of the line.",3,null],[11,"consume_content","","Returns the content of the line, consuming it in the process.",3,null],[11,"fmt","","",0,null],[11,"cmp","","",0,null],[11,"partial_cmp","","",0,null],[11,"lt","","",0,null],[11,"le","","",0,null],[11,"gt","","",0,null],[11,"ge","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"new","","Parses properties from the given `Read` stream.",4,{"inputs":[{"name":"r"}],"output":{"name":"self"}}],[11,"read_into","","Calls `f` for each key/value pair.",4,null],[11,"next","","Returns the next line.",4,null],[11,"clone","","",1,null],[11,"fmt","","",1,null],[11,"cmp","","",1,null],[11,"partial_cmp","","",1,null],[11,"eq","","",1,null],[11,"new","","Writes to the given `Write` stream.",5,{"inputs":[{"name":"w"}],"output":{"name":"self"}}],[11,"write_comment","","Writes a comment to the file.",5,null],[11,"write","","Writes a key/value pair to the file.",5,null],[11,"flush","","Flushes the underlying stream.",5,null],[11,"set_comment_prefix","","Sets the comment prefix.",5,null],[11,"set_kv_separator","","Sets the key/value separator.",5,null],[11,"set_line_ending","","Sets the line ending.",5,null]],"paths":[[4,"LineContent"],[4,"LineEnding"],[3,"PropertiesError"],[3,"Line"],[3,"PropertiesIter"],[3,"PropertiesWriter"]]}; initSearch(searchIndex);