D
Dirk Reske
Hello,
does somebody know a good way to code a receivebuffer for a network
connection?
I receive the bytes asynchronous from a socket!
now I want to read all the bytes until a newLine is received.
I think of writing I parser method, which is allways called after data
was received.This method looks for a newline in the buffer.
where to store the received bytes? and how to look for the newline?
I don't use the streamreader, because after the newline a specific
amount of binary data is transmitted.
(excuse my english <- I'm from germany)
does somebody know a good way to code a receivebuffer for a network
connection?
I receive the bytes asynchronous from a socket!
now I want to read all the bytes until a newLine is received.
I think of writing I parser method, which is allways called after data
was received.This method looks for a newline in the buffer.
where to store the received bytes? and how to look for the newline?
I don't use the streamreader, because after the newline a specific
amount of binary data is transmitted.
(excuse my english <- I'm from germany)