Hello, I want you to readline on a tcpip data stream but the data is terminated with a 0 1, not a /n, is there a way to change the behaviour of the readline function or must I write my own binary based reader?
Printable View
Hello, I want you to readline on a tcpip data stream but the data is terminated with a 0 1, not a /n, is there a way to change the behaviour of the readline function or must I write my own binary based reader?
ReadLine reads a line of text. If you're not reading lines of text then you can't use ReadLine.
thanks for answering me