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],[11,"fmt","","",1,null],[11,"line_number","","Returns the 1-based line number associated with the error, if available.",1,null],[11,"description","","",1,null],[11,"cause","","",1,null],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"self"}}],[11,"fmt","","",1,null],[11,"fmt","","",2,null],[11,"cmp","","",2,null],[11,"partial_cmp","","",2,null],[11,"lt","","",2,null],[11,"le","","",2,null],[11,"gt","","",2,null],[11,"ge","","",2,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"line_number","","Returns the 1-based line number.",2,null],[11,"content","","Returns the content of the line.",2,null],[11,"consume_content","","Returns the content of the line, consuming it in the process.",2,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.",3,{"inputs":[{"name":"r"}],"output":{"name":"self"}}],[11,"read_into","","Calls `f` for each key/value pair.",3,null],[11,"next","","Returns the next line.",3,null],[11,"new","","Writes to the given `Write` stream.",4,{"inputs":[{"name":"w"}],"output":{"name":"self"}}],[11,"write_comment","","Writes a comment to the file.",4,null],[11,"write","","Writes a key/value pair to the file.",4,null],[11,"flush","","Flushes the underlying stream.",4,null]],"paths":[[4,"LineContent"],[3,"PropertiesError"],[3,"Line"],[3,"PropertiesIter"],[3,"PropertiesWriter"]]}; initSearch(searchIndex);