Searched defs:bytestream (Results 1 – 4 of 4) sorted by relevance
22 std::ofstream bytestream("myfile.txt"); in main() local28 std::ifstream bytestream("myfile.txt"); in main() local
23 std::ofstream bytestream("myfile.txt"); in main() local29 std::ifstream bytestream("myfile.txt"); in main() local
35 def read32(bytestream): argument
44 def _read32(bytestream): argument