For my application I'm decoding data in readFields() of non-predetermined length. I've found parsing for "4" (ASCII End Of Transmission) or "-1" tend to mark the end of the data stream. Is this reliable, or is there a better way?
Thanks, Ken
For my application I'm decoding data in readFields() of non-predetermined length. I've found parsing for "4" (ASCII End Of Transmission) or "-1" tend to mark the end of the data stream. Is this reliable, or is there a better way?
Thanks, Ken