var searchIndex = {}; searchIndex["netio"] = {"doc":"Alternative implementation of many functions found in [`std::io`][stdio],\nbut suitable for blocking IO over networks.","items":[[3,"Bytes","netio","An iterator over `u8` values of a reader.",null,null],[3,"RetryReader","","An adapter that retries reading operations of the underlying reader",null,null],[3,"Split","","An iterator over the contents of an instance of `BufRead` split on a\nparticular byte.",null,null],[5,"copy","","Copies the entire content of a buffered reader into a writer.",null,{"inputs":[{"name":"r"},{"name":"w"}],"output":{"name":"result"}}],[5,"copy_until","","Copies the content of a buffered reader into a writer until a delimiter is reached.",null,{"inputs":[{"name":"r"},{"name":"w"},{"name":"u8"}],"output":{"name":"result"}}],[8,"ReadExt","","Extension methods for `std::io::Read`",null,null],[11,"buffer","","Creates a buffered reader with default capacity",0,null],[11,"retry","","Transforms this reader into a reader that automatically retries on interrupts",0,null],[8,"BufReadExt","","Extension methods for `std::io::BufRead`",null,null],[11,"read_to_end_net","","Read all bytes until EOF in this source, placing them into `buf`.",1,null],[11,"skip_to_end_net","","Skip all bytes until EOF in this source.",1,null],[11,"bytes_net","","Transforms this [`BufRead`][bufread] instance to an [`Iterator`][iterator] over its bytes.",1,null],[11,"read_until_net","","Read all bytes into a buffer until a delimiter is reached.",1,null],[11,"skip_until_net","","Skips all bytes until a delimiter is reached.",1,null],[11,"split_net","","Returns an iterator over the contents of this reader split on a delimiter.",1,null],[11,"next","","",2,null],[11,"read","","",3,null],[11,"read_to_end","","",3,null],[11,"read_to_string","","",3,null],[11,"read_exact","","",3,null],[11,"fill_buf","","",3,null],[11,"consume","","",3,null],[11,"read_until","","",3,null],[11,"read_line","","",3,null],[11,"next","","",4,null]],"paths":[[8,"ReadExt"],[8,"BufReadExt"],[3,"Bytes"],[3,"RetryReader"],[3,"Split"]]}; initSearch(searchIndex);