var searchIndex = {}; searchIndex["bufstream"] = {"doc":"A crate for separately buffered streams.","items":[[3,"BufStream","bufstream","Wraps a Stream and buffers input and output to and from it.",null,null],[3,"IntoInnerError","","An error returned by `into_inner` which combines an error that\nhappened while writing out the buffer, and the buffered writer object\nwhich may be used to recover from the condition.",null,null],[11,"fmt","","",0,null],[11,"fmt","","",1,null],[11,"with_capacities","","Creates a new buffered stream with explicitly listed capacities for the\nreader/writer buffer.",0,{"inputs":[{"name":"usize"},{"name":"usize"},{"name":"s"}],"output":{"name":"bufstream"}}],[11,"new","","Creates a new buffered stream with the default reader/writer buffer\ncapacities.",0,{"inputs":[{"name":"s"}],"output":{"name":"bufstream"}}],[11,"get_ref","","Gets a reference to the underlying stream.",0,null],[11,"get_mut","","Gets a mutable reference to the underlying stream.",0,null],[11,"into_inner","","Unwraps this `BufStream`, returning the underlying stream.",0,null],[11,"fill_buf","","",0,null],[11,"consume","","",0,null],[11,"read","","",0,null],[11,"write","","",0,null],[11,"flush","","",0,null]],"paths":[[3,"BufStream"],[3,"IntoInnerError"]]}; initSearch(searchIndex);